🐛 fix(auth): Update user authentication flow to include email and phone code verification

This commit is contained in:
web@ppanel
2025-01-16 14:26:33 +07:00
parent 8775fb620e
commit 5d078fdaca
31 changed files with 552 additions and 380 deletions
+17 -6
View File
@@ -4,20 +4,27 @@
"continue": "继续",
"description": "请输入您的电子邮件以继续登录或注册。",
"email": "请输入有效的邮箱地址。",
"title": "登录/注册",
"whitelist": "邮箱域名不在允许的白名单中。"
"title": "登录/注册"
},
"get": "获取",
"login": {
"codeLogin": "验证码登录",
"description": "请输入您的账户信息以登录。",
"email": "请输入有效的电子邮件地址。",
"forgotPassword": "忘记密码?",
"passwordLogin": "密码登录",
"registerAccount": "注册账户",
"success": "登录成功!",
"switchAccount": "注册/切换账号",
"title": "登录"
},
"logout": "退出登录",
"methods": {
"email": "电子邮件",
"sms": "电话"
},
"orWithEmail": "或使用邮箱",
"register": {
"description": "创建新账户,填写您的信息以注册。",
"email": "请输入有效的电子邮件地址。",
"existingAccount": "已有账户?",
"get": "获取",
"invite": "邀请码",
@@ -25,15 +32,19 @@
"passwordMismatch": "两次密码输入不一致",
"success": "注册成功,已自动登录!",
"switchToLogin": "登录/重置邮箱",
"title": "注册"
"title": "注册",
"whitelist": "电子邮件域名不在允许的白名单中。"
},
"reset": {
"description": "请输入您的电子邮件地址以重置密码。",
"email": "请输入有效的电子邮件地址。",
"existingAccount": "已有账户?",
"get": "获取",
"success": "重置密码成功,已自动切换到登录!",
"switchToLogin": "登录/注册",
"title": "重置密码"
},
"tos": "服务条款"
"tos": "服务条款",
"verifyAccount": "账户验证",
"verifyAccountDesc": "请验证您的账户以继续。"
}