lib/generators/templates/simple_form_for/registrations/edit.html.erb in devise-4.5.0 vs lib/generators/templates/simple_form_for/registrations/edit.html.erb in devise-4.6.0

- old
+ new

@@ -10,10 +10,10 @@ <p>Currently waiting confirmation for: <%= resource.unconfirmed_email %></p> <% end %> <%= f.input :password, hint: "leave it blank if you don't want to change it", - required: false + required: false, input_html: { autocomplete: "new-password" } %> <%= f.input :password_confirmation, required: false, input_html: { autocomplete: "new-password" } %> <%= f.input :current_password,