mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-26 08:34:55 +00:00
jira-7 changes in requirment.txt file
This commit is contained in:
@ -63,7 +63,7 @@ SUCCESS_CODE = {
|
||||
# Success code for password reset
|
||||
"3006": "Your password has been reset successfully.",
|
||||
# Success code for password update
|
||||
"3007": "Your password has been updated successfully.",
|
||||
"3007": "Your password has been changed successfully.",
|
||||
# Success code for valid link
|
||||
"3008": "You have a valid link.",
|
||||
# Success code for logged out
|
||||
@ -74,7 +74,8 @@ SUCCESS_CODE = {
|
||||
"3012": "Phone OTP Verified successfully",
|
||||
"3013": "Valid Guardian code",
|
||||
"3014": "Password has been updated successfully.",
|
||||
"3015": "Verification code sent on your email."
|
||||
"3015": "Verification code sent on your email.",
|
||||
"3016": "Send otp on your Email successfully"
|
||||
}
|
||||
|
||||
STATUS_CODE_ERROR = {
|
||||
|
||||
Reference in New Issue
Block a user