mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 07:51:52 +09:00
feat: OAuth 리스트 추출 및 모델 수정, 파일 생성 및 설정 과정 개선
- Windows에서 storage_state 이슈가 일어납니다.
This commit is contained in:
parent
6ddeed2173
commit
1767cd5861
5 changed files with 18 additions and 27 deletions
|
|
@ -8,7 +8,7 @@ class OAuth(BaseModel):
|
|||
|
||||
|
||||
class OAuthList(BaseModel):
|
||||
oauth_providers: List[OAuth]
|
||||
oauth_providers: List[str] # 이제 문자열 배열로 변경
|
||||
|
||||
|
||||
# 기존 모델 유지 (backward compatibility)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue