<%= t("admin.passwords.edit.title") %>

<% if flash[:alert] %>

<%= flash[:alert] %>

<% end %> <%= form_with url: admin_password_path, method: :patch, local: true do %>




<%= link_to t("admin.passwords.edit.cancel"), admin_root_path %>

<% end %>