refactor: adds category to flash messages
This commit is contained in:
5
app/utils/flash_message_category.py
Normal file
5
app/utils/flash_message_category.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from enum import Enum
|
||||
|
||||
class FlashMessageCategory(Enum):
|
||||
PERSONAL_INFO = "personal_info"
|
||||
PASSWORD = "password"
|
||||
Reference in New Issue
Block a user