Skip to content

Commit 66c4ae2

Browse files
refactor: replace old email validation with new
1 parent 05bcc9a commit 66c4ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/components/billing/first-plan.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<div class='full-width form-elem'>
4444

4545
<form.field @label="Billing e-mail address" @value={{this.billingEmail}} @onChange={{action (mut
46-
this.billingEmail)}} @required={{true}} @validator={{form-validator form.validators.email action "validateBillingEmails"}}
46+
this.billingEmail)}} @required={{true}} @validator={{action "validateBillingEmails"}}
4747
@showRequiredMark={{true}} as |field|>
4848
<field.input @type="text" />
4949
</form.field>

0 commit comments

Comments
 (0)