lib/generators/authentication/templates/views/password_resets/new.html.erb.tt in authentication-zero-0.0.11 vs lib/generators/authentication/templates/views/password_resets/new.html.erb.tt in authentication-zero-0.0.12
- old
+ new
@@ -1,9 +1,9 @@
<p style="color: red"><%%= alert %></p>
<h1>Forgot your password?</h1>
-<%%= form_with(url: password_reset_path) do |form| %>
+<%%= form_with(url: password_resets_path) do |form| %>
<div>
<%%= form.label :email, style: "display: block" %>
<%%= form.email_field :email, autofocus: true, required: true %>
</div>