password recovery wip

This commit is contained in:
Karol Selak 2021-03-21 10:36:09 +01:00
parent cd40ef66c6
commit 49998ee5b7
12 changed files with 70 additions and 1 deletions

View file

@ -0,0 +1,4 @@
<%= form_with url: "/password_recovery", method: :post do |form| %>
<%= form.text_field :email %>
<%= form.submit "Send email" %>
<% end %>