mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
Added enable_username_password_login to the Config object
This commit is contained in:
parent
63ffdb38aa
commit
b56dcf155c
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue