jira-7 changes in requirment.txt file

This commit is contained in:
jain
2023-06-27 14:59:00 +05:30
parent aaa1730636
commit 232f082c77
6 changed files with 46 additions and 13 deletions

View File

@ -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 = {