login api with user type

This commit is contained in:
jain
2023-08-14 15:16:16 +05:30
parent 11b9f00285
commit d3b0be953e
2 changed files with 15 additions and 3 deletions

View File

@ -95,7 +95,9 @@ ERROR_CODE = {
"2066": "Task does not exist or not in expired state",
"2067": "Action not allowed. User type missing.",
"2068": "No guardian associated with this junior",
"2069": "Invalid user type"
"2069": "Invalid user type",
"2070": "You did not find as a guardian",
"2071": "You did not find as a junior"
}
"""Success message code"""