浏览代码

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(
             await signup(
                 request,
                 request,
+                response,
                 SignupForm(email=admin_email, password=admin_password, name="User"),
                 SignupForm(email=admin_email, password=admin_password, name="User"),
             )
             )