Done setup template
This commit is contained in:
6
backend/core/message_code.py
Normal file
6
backend/core/message_code.py
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
class MessageCode():
|
||||
CREATED_USER: str = 'CREATED_USER'
|
||||
WRONG_INPUT: str = 'LOGIN_WRONG'
|
||||
ACCOUNT_LOCK: str = 'USER_LOCK'
|
||||
REFRESH_TOKEN_EXPIRED: str = 'REFRESH_TOKEN_EXPIRED'
|
Reference in New Issue
Block a user