Admin UI: correct auth-host help — it moves the account/admin UI, sign-in works on every site

This commit is contained in:
2026-09-06 23:34:25 +00:00
parent f5bd0a469c
commit b6a1b2e4a8
+1 -1
View File
@@ -295,7 +295,7 @@ function validateAuthHost() {
<p v-else-if="dialog.data.authHostValidation === 'invalid-domain'" class="small muted">Must be {{ dialog.data.rp_id }} or a subdomain of it.</p>
<p v-else-if="dialog.data.authHostValidation === 'unreachable'" class="small muted">Well-formed but unreachable make sure it is routed to this instance.</p>
<p v-else-if="dialog.data.authHostValidation === 'mismatch'" class="small muted">Reachable, but does not serve this realm.</p>
<p v-else class="small muted">Optional. Leave empty to serve authentication on {{ dialog.data.rp_id }} itself.</p>
<p v-else class="small muted">Optional. Moves the account and admin interface to this one hostname. Sign-in works on every site regardless.</p>
<div class="origin-label">
Allowed Sign-in Sites