<%= t(".title") %>

<%= t(".instructions") %>

<%= form_with scope: :user, url: password_reset_path do |form| %>
<%= ma_email_field(form) %>
<%= form.submit t(".submit") %> <% end %>