Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
b56dcf15
Commit
b56dcf15
authored
Jul 23, 2024
by
Dillon
Browse files
Added enable_username_password_login to the Config object
parent
63ffdb38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/lib/stores/index.ts
src/lib/stores/index.ts
+1
-0
No files found.
src/lib/stores/index.ts
View file @
b56dcf15
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment