admin login api modified

This commit is contained in:
abutalib-kiwi
2023-08-07 12:00:58 +05:30
parent 4a2f36cde8
commit 83ec922584
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 = {