Skip to content

Commit 8fb4141

Browse files
authored
Merge pull request #11 from oliv10/update-base-user-roles-model
✨ Rename USER_ROLES to BASE_USER_ROLES in models.py
2 parents 9533f86 + 1165963 commit 8fb4141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FastAuth/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from typing import Literal, List
33

44
@dataclass
5-
class USER_ROLES:
5+
class BASE_USER_ROLES:
66
ADMIN: str = 'admin'
77
USER: str = 'user'
88

0 commit comments

Comments
 (0)