Commit 26ee547f authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 01e020d1
......@@ -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