feat: 구글 로그인 프롬프트 및 모델 추가

Co-authored-by: James <j93es.jung@gmail.com>
This commit is contained in:
암냥 2025-06-27 20:31:19 +09:00
commit 20601cec76
4 changed files with 70 additions and 0 deletions

View 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