Skip to content

Commit

Permalink
Add translations in SSO settings form
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Oct 17, 2024
1 parent 190386f commit d6940e0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
cacheLock={cacheLocks['idp_entity_id']}
bind:cachedValue={formDataCache['idp_entity_id']}
/>
<p class="text-gray-600 text-sm">Option 1: Fill the metadata url</p>
<p class="text-gray-600 text-sm">{m.fillMetadataURL()}</p>
<TextField
{form}
field="metadata_url"
Expand All @@ -107,7 +107,7 @@
<span class="flex items-center text-gray-600 text-sm">{m.or()}</span>
<hr class="w-1/2 items-center bg-gray-200 border-0" />
</div>
<p class="text-gray-600 text-sm">Option 2: Fill the SSO URL, SLO URL and x509cert</p>
<p class="text-gray-600 text-sm">{m.fillSSOSLOURLx509cert()}</p>
<TextField
{form}
field="sso_url"
Expand Down

0 comments on commit d6940e0

Please sign in to comment.