mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 12:04:08 +00:00
Use DB for auth sessions (#1233)
* DB sessions * Validations for profile image
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
<h1><% t(".title") %></h1>
|
||||
|
||||
<%= styled_form_with model: Current.user, url: password_path, class: "space-y-4" do |form| %>
|
||||
<%= auth_messages form %>
|
||||
|
||||
<div>
|
||||
<%= form.label :password_challenge, t(".password_challenge") %>
|
||||
<%= form.password_field :password_challenge %>
|
||||
|
||||
Reference in New Issue
Block a user