mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
fix: add resend email cooldown and allow email change for all auth types
Add 60-second cooldown timer on resend verification email button to prevent spam. Remove auth_type restriction on change email button so OAuth users can also change their email.
This commit is contained in:
@@ -2902,6 +2902,7 @@
|
||||
"notVerified": "Not verified",
|
||||
"verificationRequired": "Please verify your email to use email login.",
|
||||
"resendVerification": "Resend Verification Email",
|
||||
"resendIn": "Resend in {{seconds}} sec.",
|
||||
"verificationResent": "Verification email resent!",
|
||||
"canLoginWithEmail": "You can now log in using your email and password.",
|
||||
"emailAlreadyRegistered": "This email is already linked to another account. If this is your email, log in with it or contact support.",
|
||||
|
||||
Reference in New Issue
Block a user