mirror of
https://github.com/we-promise/sure.git
synced 2026-09-09 08:34:26 +00:00
10 lines
293 B
ERB
10 lines
293 B
ERB
<%= content_for :page_title, t(".title") %>
|
|
|
|
<div class="space-y-4">
|
|
<p class="text-secondary"><%= t(".description", label: @sso_provider.label) %></p>
|
|
|
|
<%= settings_section title: t(".provider_configuration") do %>
|
|
<%= render "form", sso_provider: @sso_provider %>
|
|
<% end %>
|
|
</div>
|