Merge pull request #4747 from betagouv/remove-password-placeholder-for-sign-in
sign_in: remove the hint about password length
This commit is contained in:
commit
319b996af6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
= f.text_field :email, autofocus: true
|
||||
|
||||
= f.label :password, "Mot de passe"
|
||||
= f.password_field :password, placeholder: "8 caractères minimum"
|
||||
= f.password_field :password
|
||||
|
||||
.auth-options
|
||||
%div
|
||||
|
|
Loading…
Reference in a new issue