fix: show error message on login page when backend is unreachable (#2063)

This commit is contained in:
Nody the lobster
2026-03-14 07:20:01 -04:00
committed by GitHub
parent 351350ea03
commit eed72b1c12
5 changed files with 78 additions and 2 deletions
+4
View File
@@ -11,6 +11,10 @@ const enUS = {
continueToLogin: 'Login to continue',
loginSuccess: 'Login successful',
loginFailed: 'Login failed, please check your email and password',
loginLoadError: 'Unable to connect to server',
loginLoadErrorDesc:
'Unable to connect to the LangBot backend. Please make sure the service is running and try again.',
retry: 'Retry',
enterEmail: 'Enter email address',
enterPassword: 'Enter password',
invalidEmail: 'Please enter a valid email address',