소스 검색

Merge pull request #3486 from open-webui/dev

fix: trusted sign in
Timothy Jaeryang Baek 10 달 전
부모
커밋
24b638fcde
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      backend/apps/webui/routers/auths.py

+ 1 - 0
backend/apps/webui/routers/auths.py

@@ -154,6 +154,7 @@ async def signin(request: Request, response: Response, form_data: SigninForm):
 
             await signup(
                 request,
+                response,
                 SignupForm(email=admin_email, password=admin_password, name="User"),
             )