Merge pull request #149 from KiwiTechLLC/ZBKADM-69

admin login api modified
This commit is contained in:
dilipshrivastwa-kiwi
2023-08-07 12:13:51 +05:30
committed by GitHub
5 changed files with 71 additions and 10 deletions

View File

@ -92,7 +92,8 @@ ERROR_CODE = {
"2063": "Unauthorized access.",
"2064": "To change your password first request an OTP and get it verify then change your password.",
"2065": "Passwords do not match. Please try again.",
"2066": "Task does not exist or not in expired state"
"2066": "Task does not exist or not in expired state",
"2067": "Action not allowed. User type missing."
}
"""Success message code"""
SUCCESS_CODE = {