We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9533f86 + 1165963 commit 8fb4141Copy full SHA for 8fb4141
FastAuth/models.py
@@ -2,7 +2,7 @@
2
from typing import Literal, List
3
4
@dataclass
5
-class USER_ROLES:
+class BASE_USER_ROLES:
6
ADMIN: str = 'admin'
7
USER: str = 'user'
8
0 commit comments