Skip to content

Commit

Permalink
fix user model fields
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed May 10, 2024
1 parent 1796f60 commit ea3735b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/pydantic/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ class User(StrictBaseModel):
email: EmailStr
createdAt: datetime
role: str
applications: List[str]
provider: str
providerId: str
extraUserData: Dict[str, Any]


Expand Down

0 comments on commit ea3735b

Please sign in to comment.