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:
@@ -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" %>
|
||||
|
||||
Reference in New Issue
Block a user