fix: 添加邮箱验证重发功能
- 登录时检测 403 错误(邮箱未验证) - 显示重发验证邮件按钮 - 修复邮件发送失败时静默忽略的问题 - 添加 8 种语言的验证相关翻译
This commit is contained in:
@@ -166,7 +166,12 @@
|
||||
"requestNewToken": "Request New Reset Link",
|
||||
"resetPasswordSuccess": "Password reset successfully",
|
||||
"resetPasswordSuccessTitle": "Password Reset Complete",
|
||||
"resetPasswordSuccessHint": "Your password has been reset successfully. You can now log in with your new password."
|
||||
"resetPasswordSuccessHint": "Your password has been reset successfully. You can now log in with your new password.",
|
||||
"emailNotVerified": "Please verify your email address",
|
||||
"emailNotVerifiedHint": "Your email has not been verified. Please check your inbox or request a new verification email.",
|
||||
"resendVerification": "Resend Verification Email",
|
||||
"resendSuccess": "Verification email sent! Please check your inbox.",
|
||||
"resendFailed": "Failed to send verification email"
|
||||
},
|
||||
"memorize": {
|
||||
"deck_selector": {
|
||||
|
||||
Reference in New Issue
Block a user