mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-14 17:45:46 +00:00
login in only single device at a time
This commit is contained in:
@ -59,7 +59,8 @@ ERROR_CODE = {
|
||||
"2033": "Missing required fields",
|
||||
"2034": "Junior is not associated",
|
||||
"2035": "Image should not be 0 kb",
|
||||
"2036": "Choose valid user"
|
||||
"2036": "Choose valid user",
|
||||
"2037": "You are already log in another device"
|
||||
}
|
||||
"""Success message code"""
|
||||
SUCCESS_CODE = {
|
||||
|
Reference in New Issue
Block a user