autofocus on 'input: password' removed according to accessibility audit requirements. No change noticed
This commit is contained in:
parent
018b57b58d
commit
74cff31876
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@
|
|||
= f.email_field :email, value: @email, disabled: true
|
||||
|
||||
= f.label :password, "Mot de passe"
|
||||
= f.password_field :password, autofocus: true, required: true, placeholder: "#{PASSWORD_MIN_LENGTH} caractères minimum"
|
||||
= f.password_field :password, required: true, placeholder: "#{PASSWORD_MIN_LENGTH} caractères minimum"
|
||||
|
||||
= f.submit "Créer un compte", class: "button large primary expand"
|
||||
|
|
Loading…
Reference in a new issue