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

Commit

Permalink
bugfix #117 - Username schimbat in Email
Browse files Browse the repository at this point in the history
  • Loading branch information
mnemes-bd committed Jan 15, 2020
1 parent 8aa3a00 commit ae08357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/authentication/login/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="form-group mt-4">
<div class="col-xs-12">
<app-form-error-wrapper [control]="loginForm.controls['email']" [controlName]="'email'">
<input autocomplete="new-password" class="form-control" type="text" formControlName="email" placeholder="Email Utilizator">
<input autocomplete="email" class="form-control" type="email" formControlName="email" placeholder="Email Utilizator">
</app-form-error-wrapper>
</div>
</div>
Expand Down

0 comments on commit ae08357

Please sign in to comment.