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

11 lines
296 B
Plaintext
Raw Normal View History

2024-09-05 02:27:33 +05:00
<div>
<.header>
2024-09-06 13:12:30 +05:00
New OpenID Connect app
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"} />
2024-09-05 02:27:33 +05:00
</div>