mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
🐛 Fix core API errors (#367)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user