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

11 lines
318 B
Plaintext
Raw Normal View History

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