Skip to content

Commit

Permalink
user id type updated in AuthUser schema
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Jul 4, 2024
1 parent 1d7882c commit 14c4e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/app/users/user_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class AuthUser(BaseModel):
"""The user model returned from Google OAuth2."""

id: int
id: str
email: EmailStr
img_url: Optional[str] = None

Expand Down

0 comments on commit 14c4e09

Please sign in to comment.