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
+3
View File
@@ -11,6 +11,9 @@ const zhHans = {
continueToLogin: '登录以继续',
loginSuccess: '登录成功',
loginFailed: '登录失败,请检查邮箱和密码是否正确',
loginLoadError: '无法连接到服务器',
loginLoadErrorDesc: '无法连接到 LangBot 后端服务,请确认服务已启动后重试。',
retry: '重试',
enterEmail: '输入邮箱地址',
enterPassword: '输入密码',
invalidEmail: '请输入有效的邮箱地址',