login in only single device at a time

This commit is contained in:
jain
2023-07-14 19:38:58 +05:30
parent 485dc83911
commit 5bd865a685
8 changed files with 126 additions and 23 deletions

View File

@ -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 = {