feat: Ghost error page for improved error display

This commit is contained in:
Maksim Eltyshev
2025-11-06 23:11:06 +01:00
parent 33a7a6ccb1
commit 22baf5ab12
42 changed files with 553 additions and 55 deletions
+3
View File
@@ -19,11 +19,14 @@ export default {
unknownError: 'Unknown error, try again later',
useSingleSignOn: 'Use single sign-on',
usernameAlreadyInUse: 'Username already in use',
whoops_title: 'Whoops!',
},
action: {
cancelAndClose: 'Cancel and close',
continue: 'Continue',
goBack: 'Go back',
goHome: 'Go home',
logIn: 'Log in',
logInWithSso: 'Log in with SSO',
},