mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-14 06:46:43 +09:00
feat: 구글 로그인 프롬프트 및 모델 추가
Co-authored-by: James <j93es.jung@gmail.com>
This commit is contained in:
parent
70e8bdbbde
commit
20601cec76
4 changed files with 70 additions and 0 deletions
6
src/lib/llm/prompt/google/model.py
Normal file
6
src/lib/llm/prompt/google/model.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
from pydantic import BaseModel
|
||||
|
||||
class model(BaseModel):
|
||||
msg: str | None = None
|
||||
status: str | None = None # "success", "mfa_required", "google_blocked", "sso_not_found", "login_page_not_found", "invalid_credentials"
|
||||
final_url: str | None = None
|
||||
Loading…
Add table
Add a link
Reference in a new issue