added api for forgot password, verify otp and resend otp for admin

This commit is contained in:
abutalib-kiwi
2023-07-25 19:39:01 +05:30
parent 32476149bc
commit 7bf0e62604
9 changed files with 141 additions and 5 deletions

View File

@ -83,7 +83,7 @@ ERROR_CODE = {
"2049": "This task is already requested ",
"2059": "Already exist junior",
"2060": "Task does not exist or not in pending state",
"2061": "Please insert image or check the image is valid or not."
"2061": "Please insert image or check the image is valid or not.",
}
"""Success message code"""
SUCCESS_CODE = {