comfycamp/lib/comfycamp_web/controllers/oidc_app_html/edit.html.heex

11 lines
326 B
Plaintext
Raw Normal View History

2024-09-05 02:27:33 +05:00
<div>
<.header>
2024-09-06 13:12:30 +05:00
Edit OpenID app "<%= @oidc_app.name %>"
2024-09-05 02:27:33 +05:00
<:subtitle>Use this form to manage oidc_app records in your database.</:subtitle>
</.header>
2024-09-06 13:12:30 +05:00
<.back navigate={~p"/admin/oidc_apps"}>Back to OpenID apps</.back>
2024-09-05 02:27:33 +05:00
2024-09-06 13:12:30 +05:00
<.oidc_app_form changeset={@changeset} action={~p"/admin/oidc_apps/#{@oidc_app}"} />
2024-09-05 02:27:33 +05:00
</div>