feat(auth): improve otp delivery and verification flow
This commit is contained in:
@@ -77,9 +77,14 @@ export const en = {
|
||||
passwordPlaceholder: "Password",
|
||||
signIn: "Sign In",
|
||||
back: "Back",
|
||||
otpPlaceholder: "5-digit code",
|
||||
verifyAndContinue: "Verify & Continue",
|
||||
terms: "By clicking continue, you agree to our Terms of Service and Privacy Policy.",
|
||||
otpPlaceholder: "5-digit code",
|
||||
verifyAndContinue: "Verify & Continue",
|
||||
sendingOtp: "Sending code...",
|
||||
verifyingOtp: "Verifying code...",
|
||||
resendOtp: "Resend code",
|
||||
otpExpiresIn: (time: string) => `Code expires in ${time}`,
|
||||
otpExpired: "This code has expired. Request a new code to continue.",
|
||||
terms: "By clicking continue, you agree to our Terms of Service and Privacy Policy.",
|
||||
brandingQuote: "Manage your time and workspaces efficiently with our minimal, fast, and secure platform.",
|
||||
toasts: {
|
||||
enterMobile: "Please enter your mobile number",
|
||||
|
||||
Reference in New Issue
Block a user