Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
fix(account-creation): Both name and email are highlighted when creat…
Browse files Browse the repository at this point in the history
…ing an Account (#686)
  • Loading branch information
HeyRoach authored Nov 23, 2017
1 parent 4b879a1 commit 720f8f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h3 class="mat-dialog-title">{{ 'ACCOUNT_PAGE.CREATION.CREATE_ACCOUNT' | transla
<input
matInput
type="email"
name="name"
name="email"
[(ngModel)]="newAccount.email"
[placeholder]="'ACCOUNT_PAGE.CREATION.EMAIL' | translate"
required
Expand Down

0 comments on commit 720f8f9

Please sign in to comment.