1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-07 06:54:16 +00:00

Fixed reset password after the Devise migration.

This commit is contained in:
2025-04-09 17:18:47 -04:00
parent 2d433b680a
commit e934e2d65e
7 changed files with 74 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
<div class="form-group">
<%= f.label :password %>
<%= f.password_field :password, class: 'form-control' %>
<%= link_to "Forgot password?", new_password_reset_path %>
</div>
<%= f.submit "Log in", class: "btn btn-primary" %>