You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"continueInsecureRedirectSubtitle": "You are trying to redirect from <Code>https</Code> to <Code>http</Code>, are you sure you want to continue?",
22
+
"continueInsecureRedirectSubtitle": "You are trying to redirect from <code>https</code> to <code>http</code> which is not secure. Are you sure you want to continue?",
22
23
"continueTitle": "Continue",
23
24
"continueSubtitle": "Click the button to continue to your app.",
24
-
"internalErrorTitle": "Internal Server Error",
25
-
"internalErrorSubtitle": "An error occurred on the server and it currently cannot serve your request.",
26
-
"internalErrorButton": "Try again",
27
25
"logoutFailTitle": "Failed to log out",
28
26
"logoutFailSubtitle": "Please try again",
29
27
"logoutSuccessTitle": "Logged out",
30
28
"logoutSuccessSubtitle": "You have been logged out",
31
29
"logoutTitle": "Logout",
32
-
"logoutUsernameSubtitle": "You are currently logged in as <Code>{{username}}</Code>, click the button below to logout.",
33
-
"logoutOauthSubtitle": "You are currently logged in as <Code>{{username}}</Code> using the {{provider}} OAuth provider, click the button below to logout.",
30
+
"logoutUsernameSubtitle": "You are currently logged in as <code>{{username}}</code>. Click the button below to logout.",
31
+
"logoutOauthSubtitle": "You are currently logged in as <code>{{username}}</code> using the {{provider}} OAuth provider. Click the button below to logout.",
34
32
"notFoundTitle": "Page not found",
35
33
"notFoundSubtitle": "The page you are looking for does not exist.",
36
34
"notFoundButton": "Go home",
@@ -39,13 +37,17 @@
39
37
"totpSuccessTitle": "Verified",
40
38
"totpSuccessSubtitle": "Redirecting to your app",
41
39
"totpTitle": "Enter your TOTP code",
40
+
"totpSubtitle": "Please enter the code from your authenticator app.",
42
41
"unauthorizedTitle": "Unauthorized",
43
-
"unauthorizedResourceSubtitle": "The user with username <Code>{{username}}</Code> is not authorized to access the resource <Code>{{resource}}</Code>.",
44
-
"unauthorizedLoginSubtitle": "The user with username <Code>{{username}}</Code> is not authorized to login.",
45
-
"unauthorizedGroupsSubtitle": "The user with username <Code>{{username}}</Code> is not in the groups required by the resource <Code>{{resource}}</Code>.",
42
+
"unauthorizedResourceSubtitle": "The user with username <code>{{username}}</code> is not authorized to access the resource <code>{{resource}}</code>.",
43
+
"unauthorizedLoginSubtitle": "The user with username <code>{{username}}</code> is not authorized to login.",
44
+
"unauthorizedGroupsSubtitle": "The user with username <code>{{username}}</code> is not in the groups required by the resource <code>{{resource}}</code>.",
46
45
"unauthorizedButton": "Try again",
47
46
"untrustedRedirectTitle": "Untrusted redirect",
48
-
"untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<Code>{{domain}}</Code>). Are you sure you want to continue?",
47
+
"untrustedRedirectSubtitle": "You are trying to redirect to a domain that does not match your configured domain (<code>{{domain}}</code>). Are you sure you want to continue?",
49
48
"cancelTitle": "Cancel",
50
-
"forgotPasswordTitle": "Forgot your password?"
49
+
"forgotPasswordTitle": "Forgot your password?",
50
+
"failedToFetchProvidersTitle": "Failed to load authentication providers. Please check your configuration.",
51
+
"errorTitle": "An error occurred",
52
+
"errorSubtitle": "An error occurred while trying to perform this action. Please check the console for more information."
0 commit comments