feat: enhance LoginForm with error handling and loading states for auth options

This commit is contained in:
mlogclub
2026-06-13 10:25:53 +08:00
parent 6b3cda9874
commit 3c42124eaa
3 changed files with 38 additions and 4 deletions
+2
View File
@@ -108,6 +108,8 @@
"syncingProfile": "Syncing your admin profile and permissions",
"loginSuccess": "Signed in. Taking you to the dashboard.",
"loginFailed": "Sign-in failed",
"loadingOptions": "Loading sign-in options...",
"optionsLoadFailed": "Could not load sign-in options.",
"welcome": "Welcome back",
"loginDescription": "Login to your {brand} account",
"username": "Username",
+2
View File
@@ -108,6 +108,8 @@
"syncingProfile": "将自动同步当前管理员信息与权限数据",
"loginSuccess": "登录成功,正在进入系统",
"loginFailed": "登录失败",
"loadingOptions": "正在加载登录配置...",
"optionsLoadFailed": "加载登录配置失败",
"welcome": "欢迎回来",
"loginDescription": "登录你的 {brand} 账号",
"username": "用户名",