feat: forget password steps and pages added
This commit is contained in:
@@ -33,5 +33,21 @@
|
||||
"loginPassword": "Login password",
|
||||
"loginWithOneTimeCode": "Login with one-time code",
|
||||
"iForgotMyPassword": "I forgot my password."
|
||||
},
|
||||
"forgetPassword": {
|
||||
"forgetPassword": "Forget password",
|
||||
"pleaseEnterYourMobileNumberEmailToRecoverYourPassword": "Please enter your mobile number/email to recover your password.",
|
||||
"anEmailContainingARecoveryCodeHasBeenSentToThisEmailAddress": "An email containing a recovery code has been sent to this email address.",
|
||||
"anCodeContainingARecoveryCodeHasBeenSentToThisPhoneNumber": "An recovery code has been sent to this phone number.",
|
||||
"confirm": "Confirm",
|
||||
"changePassword": "Change password",
|
||||
"createANewPassword": "Create a new password",
|
||||
"newPassword": "New password",
|
||||
"includingANumber": "Including a number",
|
||||
"atLeast8Characters": "At least 8 characters",
|
||||
"containsAnUppercaseAndLowercaseLetter": "Contains an uppercase and lowercase letter",
|
||||
"ContainsASymbol": "Contains the symbol (!@#$%&*^)",
|
||||
"confirmPassword": "Confirm password",
|
||||
"passwordChangedSuccessfully": "Password changed successfully"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user