autofocus on 'input: password' removed according to accessibility audit requirements. No change noticed

This commit is contained in:
Judith 2020-08-18 15:45:53 +02:00 committed by jpoulvel (Rebase PR Action)
parent 018b57b58d
commit 74cff31876

View file

@ -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"