Skip to content

Commit

Permalink
placeholder modified
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisGuzmanS committed Dec 29, 2023
1 parent daed2b5 commit 1dc7aee
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"
[attr.placeholder]="'login.form.email' | translate"
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"
[attr.placeholder]="'login.form.password' | translate"
placeholder="{{'login.form.password' | translate}}"
formControlName="password"
required
type="password"
Expand Down

0 comments on commit 1dc7aee

Please sign in to comment.