some changes in forgot password api

This commit is contained in:
abutalib-kiwi
2023-07-27 10:59:10 +05:30
parent a83e27b12a
commit c079f3ceca
5 changed files with 23 additions and 34 deletions

View File

@ -88,7 +88,9 @@ ERROR_CODE = {
"2060": "Task does not exist or not in pending state",
"2061": "Please insert image or check the image is valid or not.",
# email not null
"2062": "Please enter email address"
"2062": "Please enter email address",
"2063": "Unauthorized access.",
"2064": "To change your password first request an OTP and get it verify then change your password."
}
"""Success message code"""
SUCCESS_CODE = {