remove the confusing help ('nom@site.com')

closes #7727
This commit is contained in:
sebastiencarceles 2022-09-06 15:24:32 +02:00
parent ffb445d074
commit c203a7a3fd
4 changed files with 5 additions and 5 deletions

View file

@ -6,7 +6,7 @@
= form_for SuperAdmin.new, url: super_admin_session_path, html: { class: "form" } do |f|
%h1.fr-h2 Connectez-vous
= f.label :email, "Email (nom@site.com)"
= f.label :email, "Email"
= f.text_field :email, type: :email, autocomplete: 'username', autofocus: true
= f.label :password, "Mot de passe (#{PASSWORD_MIN_LENGTH} caractères minimum)"