mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
fix
This commit is contained in:
parent
01e020d1ad
commit
26ee547f71
@ -118,9 +118,7 @@ async def signin(request: Request, form_data: SigninForm):
|
|||||||
),
|
),
|
||||||
)
|
)
|
||||||
user = Auths.authenticate_user_by_trusted_header(trusted_email)
|
user = Auths.authenticate_user_by_trusted_header(trusted_email)
|
||||||
else:
|
elif WEBUI_AUTH == False:
|
||||||
if WEBUI_AUTH == False:
|
|
||||||
|
|
||||||
admin_email = "admin@localhost"
|
admin_email = "admin@localhost"
|
||||||
admin_password = "admin"
|
admin_password = "admin"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user