parent
ffb445d074
commit
c203a7a3fd
4 changed files with 5 additions and 5 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue