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

11 lines
284 B
Plaintext

<div>
<.header>
New Oidc app
<:subtitle>Use this form to manage oidc_app records in your database.</:subtitle>
</.header>
<.oidc_app_form changeset={@changeset} action={~p"/admin/oidc_apps"} />
<.back navigate={~p"/admin/oidc_apps"}>Back to oidc_apps</.back>
</div>