reset password msg

This commit is contained in:
jain
2023-06-30 11:17:18 +05:30
parent d254c5e5fa
commit c57968b7c0
2 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,7 @@ ERROR_CODE_REQUIRED = {
# Error code
ERROR_CODE = {
"2000": "Email not found.",
"2001": "Your account has not been verified. Please check your email and verify it.",
"2001": "This is your existing password. Please choose other one",
"2002": "Invalid login credentials.",
"2003": "An account already exists with this email address.",
"2004": "User not found.",