mirror of
https://github.com/open-webui/open-webui
synced 2025-01-29 22:08:07 +00:00
Added enable_username_password_login to the Config object
This commit is contained in:
parent
63ffdb38aa
commit
b56dcf155c
@ -145,6 +145,7 @@ type Config = {
|
||||
auth: boolean;
|
||||
auth_trusted_header: boolean;
|
||||
enable_signup: boolean;
|
||||
enable_username_password_login: boolean;
|
||||
enable_web_search?: boolean;
|
||||
enable_image_generation: boolean;
|
||||
enable_admin_export: boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user