<%%= alert %>
Forgot your password?
<%%= form_with(url: password_resets_path) do |form| %>
<%%= form.label :email, style: "display: block" %>
<%%= form.email_field :email, value: params[:email_hint], autofocus: true, required: true %>
<%%= form.submit "Send password reset email" %>
<%% end %>