Skip to content

Commit

Permalink
placeholder consistent for email and password
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisGuzmanS committed Dec 29, 2023
1 parent 92a10ce commit 356ef92
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
autofocus
class="form-control form-control-lg position-relative"
formControlName="email"
placeholder="{{'login.form.email' | translate}}"
[attr.placeholder]="'login.form.email' | translate"
required
type="email"
[attr.data-test]="'email' | dsBrowserOnly">
<label class="sr-only">{{"login.form.password" | translate}}</label>
<input [attr.aria-label]="'login.form.password' |translate"
autocomplete="off"
class="form-control form-control-lg position-relative mb-3"
placeholder="{{'login.form.password' | translate}}"
[attr.placeholder]="'login.form.password' | translate"
formControlName="password"
required
type="password"
Expand Down

0 comments on commit 356ef92

Please sign in to comment.