feat: local auto-login + eigent.ai callback for Electron hybrid login (#1497)
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
CodeQL Advanced / Analyze (python) (push) Waiting to run
Pre-commit / pre-commit (push) Waiting to run
Test / Run Python Tests (push) Waiting to run

This commit is contained in:
Tong Chen 2026-03-16 23:03:53 +08:00 committed by GitHub
parent ea44f1e0b4
commit bebd1aafd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 319 additions and 229 deletions

View file

@ -60,6 +60,7 @@ class LoginByPasswordIn(BaseModel):
class LoginResponse(BaseModel):
token: str
email: EmailStr
redirect_url: str | None = None
class UserIn(BaseModel):