mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-10 23:27:33 +00:00
some changes in forgot password api
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user