feat: redesign Login/Register with HUD aesthetic and Google Auth integration
This commit is contained in:
@ -53,6 +53,10 @@ class LoginRequest(BaseModel):
|
||||
keep_session: bool = False
|
||||
|
||||
|
||||
class GoogleLoginRequest(BaseModel):
|
||||
id_token: str
|
||||
|
||||
|
||||
class Token(BaseModel):
|
||||
access_token: str
|
||||
token_type: str
|
||||
|
||||
Reference in New Issue
Block a user