diff --git a/app/views/users/registrations/new.html.haml b/app/views/users/registrations/new.html.haml index 054ee5a77..f5ea954a0 100644 --- a/app/views/users/registrations/new.html.haml +++ b/app/views/users/registrations/new.html.haml @@ -6,7 +6,7 @@ %h1 Créez-vous un compte demarches-simplifiees.fr = f.label :email, "Email (nom@site.com)", id: :user_email_label - = f.text_field :email, type: :email, autocomplete: 'username', autofocus: true, placeholder: "Votre adresse email", 'aria-describedby': :user_email_label + = f.text_field :email, type: :email, autocomplete: 'email', autofocus: true, placeholder: "Votre adresse email", 'aria-describedby': :user_email_label .suspect-email.hidden .email-suggestion-title