Merge pull request #3486 from open-webui/dev

fix: trusted sign in
This commit is contained in:
Timothy Jaeryang Baek 2024-06-27 21:44:54 -07:00 committed by GitHub
commit 24b638fcde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"),
)