updated environment variable to suggested ENABLE_LOGIN_FORM

This commit is contained in:
Dillon
2024-07-24 21:44:40 -04:00
parent 4ecf9dd62d
commit 36b94ca5f5
5 changed files with 11 additions and 11 deletions

View File

@@ -1995,7 +1995,7 @@ async def get_app_config():
"auth": WEBUI_AUTH,
"auth_trusted_header": bool(webui_app.state.AUTH_TRUSTED_EMAIL_HEADER),
"enable_signup": webui_app.state.config.ENABLE_SIGNUP,
"enable_username_password_login": webui_app.state.config.ENABLE_USERNAME_PASSWORD_LOGIN,
"enable_login_form": webui_app.state.config.ENABLE_LOGIN_FORM,
"enable_web_search": rag_app.state.config.ENABLE_RAG_WEB_SEARCH,
"enable_image_generation": images_app.state.config.ENABLED,
"enable_community_sharing": webui_app.state.config.ENABLE_COMMUNITY_SHARING,