"vscode:/vscode.git/clone" did not exist on "aaef41b5fe06535fe6dd0caa723386c0e7494cec"
Unverified Commit 24b638fc authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #3486 from open-webui/dev

fix: trusted sign in
parents f7da94ff cd9170ed
...@@ -154,6 +154,7 @@ async def signin(request: Request, response: Response, form_data: SigninForm): ...@@ -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"),
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment