Unverified Commit 90503be2 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #2118 from open-webui/dev

fix
parents 734e62b8 26ee547f
......@@ -118,9 +118,7 @@ async def signin(request: Request, form_data: SigninForm):
),
)
user = Auths.authenticate_user_by_trusted_header(trusted_email)
else:
if WEBUI_AUTH == False:
elif WEBUI_AUTH == False:
admin_email = "admin@localhost"
admin_password = "admin"
......
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