diff --git a/tiddl/core/auth/models.py b/tiddl/core/auth/models.py index 1e44650..dbd0056 100644 --- a/tiddl/core/auth/models.py +++ b/tiddl/core/auth/models.py @@ -23,7 +23,7 @@ class AuthResponse(BaseModel): acceptedEULA: bool created: int | str updated: int | str - facebookUid: int + facebookUid: Optional[int] = None appleUid: Optional[str] googleUid: Optional[str] accountLinkCreated: bool