1
0
forked from baron/baron-sso

fix: resolve i18n resource check failures and restore logout functionality

This commit is contained in:
2026-02-13 14:33:26 +09:00
parent ce703005e1
commit 7f8d52ac3f
7 changed files with 162 additions and 5 deletions

View File

@@ -355,6 +355,7 @@ title_with_code = "Title With Code"
type = "Type"
[msg.userfront.error.whitelist]
"$normalizedCode" = "{{error}}"
settings_disabled = "Account settings are currently unavailable."
invalid_session = "Your session has expired. Please sign in again."
verification_required = "Additional verification is required. Please follow the instructions."
@@ -366,6 +367,7 @@ bad_request = "Please check your input."
password_or_email_mismatch = "Email or password does not match."
[msg.userfront.error.ory]
"$normalizedCode" = "{{error}}"
access_denied = "The user denied the consent request."
consent_required = "Consent is required to continue."
interaction_required = "Additional interaction is required. Please try again."
@@ -1336,6 +1338,6 @@ logout = "Logout"
overview = "Overview"
relying_parties = "Apps (RP)"
tenant_dashboard = "Tenant Dashboard"
tenant_groups = "Tenant Groups"
user_groups = "User Groups"
tenants = "Tenants"
users = "Users"