mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-12 16:27:37 +00:00
sonar issues
This commit is contained in:
@ -47,6 +47,7 @@ ERROR_CODE = {
|
||||
"2021": "Already register",
|
||||
"2022": "Invalid Guardian code",
|
||||
"2023": "Invalid user",
|
||||
# email not verified
|
||||
"2024": "Email not verified",
|
||||
"2025": "Invalid input. Expected a list of strings.",
|
||||
"2026": "New password should not same as old password",
|
||||
@ -54,6 +55,7 @@ ERROR_CODE = {
|
||||
"2028": "You are not authorized person to sign up on this platform",
|
||||
"2029": "Validity of otp verification is expired",
|
||||
"2030": "Use correct user type and token",
|
||||
# invalid password
|
||||
"2031": "Invalid password",
|
||||
"2032": "Failed to send email",
|
||||
"2033": "Missing required fields",
|
||||
|
Reference in New Issue
Block a user