feat: forget password steps and pages added

This commit is contained in:
2025-08-08 00:46:05 +03:30
parent 9191ea31fa
commit a2afdddf04
14 changed files with 665 additions and 4 deletions

View File

@@ -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"
}
}