update backend
This commit is contained in:
8
fuware/core/message_code.py
Normal file
8
fuware/core/message_code.py
Normal file
@ -0,0 +1,8 @@
|
||||
class MessageCode:
|
||||
CREATED_USER: str = 'CREATED_USER'
|
||||
WRONG_INPUT: str = 'LOGIN_WRONG'
|
||||
ACCOUNT_LOCK: str = 'USER_LOCK'
|
||||
|
||||
|
||||
def message_code():
|
||||
return MessageCode()
|
Reference in New Issue
Block a user