Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Spotika committed Aug 22, 2024
1 parent 4116be5 commit ee81a6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/db/types/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
class _UserBase(BaseModel):
domain: str | None = None
first_name: str
last_name: str | None = None
groups: list[int] = []
roles: list[str] = []
hashed_password: str
Expand Down

0 comments on commit ee81a6e

Please sign in to comment.