lib/generators/authentication/templates/erb/password_resets/edit.html.erb.tt in authentication-zero-2.1.0 vs lib/generators/authentication/templates/erb/password_resets/edit.html.erb.tt in authentication-zero-2.1.1
- old
+ new
@@ -1,7 +1,7 @@
<h1>Reset your password</h1>
-<%%= form_with(model: @<%= model_resource_name %>, url: password_resets_path) do |form| %>
+<%%= form_with(model: @<%= model_resource_name %>, url: password_reset_path) do |form| %>
<%% if @<%= singular_table_name %>.errors.any? %>
<div style="color: red">
<h2><%%= pluralize(@<%= singular_table_name %>.errors.count, "error") %> prohibited this <%= singular_table_name %> from being saved:</h2>
<ul>