<%%= alert %>

Enter your password to continue

<%%= form_with(url: sessions_sudo_path) do |form| %> <%%= hidden_field_tag :proceed_to_url, params[:proceed_to_url] %>
<%%= password_field_tag :password, nil, autofocus: true, autocomplete: "current-password" %>
<%%= form.submit "Continue" %>
<%% end %>

Why are you asking me to do this?
To better protect your account, we'll occasionally ask you to confirm your password before performing sensitive actions.

Forgot your password?
We'll help you <%%= link_to "reset it", new_identity_password_reset_path %> so you can continue.