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:
Pierre de La Morinerie 2020-02-10 12:13:11 +01:00 committed by GitHub
commit 319b996af6

View file

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