mirror of
https://github.com/open-webui/open-webui
synced 2025-03-20 20:08:52 +00:00
commit
90503be2ed
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user