mirror of
https://github.com/we-promise/sure.git
synced 2026-04-12 16:47:22 +00:00
10 lines
299 B
Plaintext
10 lines
299 B
Plaintext
<%
|
|
header_title t(".title")
|
|
%>
|
|
|
|
<%= styled_form_with url: password_reset_path, class: "space-y-4" do |form| %>
|
|
<%= form.email_field :email, label: true, autofocus: false, autocomplete: "email", required: "required", placeholder: "you@example.com" %>
|
|
|
|
<%= form.submit t(".submit") %>
|
|
<% end %>
|