diff --git a/lib/generators/templates/simple_form_for/registrations/new.html.erb b/lib/generators/templates/simple_form_for/registrations/new.html.erb index 8eeba8ca..5dafdd76 100644 --- a/lib/generators/templates/simple_form_for/registrations/new.html.erb +++ b/lib/generators/templates/simple_form_for/registrations/new.html.erb @@ -6,7 +6,7 @@
<%= f.input :email, required: true, - autofocus: true , + autofocus: true, input_html: { autocomplete: "email" }%> <%= f.input :password, required: true,