feat: OAuth 리스트 추출 및 모델 수정, 파일 생성 및 설정 과정 개선

- Windows에서 storage_state 이슈가 일어납니다.
This commit is contained in:
암냥 2025-06-23 20:38:02 +09:00
commit 1767cd5861
5 changed files with 18 additions and 27 deletions

View file

@ -8,7 +8,7 @@ class OAuth(BaseModel):
class OAuthList(BaseModel):
oauth_providers: List[OAuth]
oauth_providers: List[str] # 이제 문자열 배열로 변경
# 기존 모델 유지 (backward compatibility)