mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
Flag to disable login UI and endpoints for credentialed auth (#3984)
* Flag to disable login UI and endpoints for credentialed auth * dev build * fix translation key
This commit is contained in:
@@ -279,6 +279,12 @@ const SystemSettings = {
|
||||
// Disable View Chat History for the whole instance.
|
||||
DisableViewChatHistory:
|
||||
"DISABLE_VIEW_CHAT_HISTORY" in process.env || false,
|
||||
|
||||
// --------------------------------------------------------
|
||||
// Simple SSO Settings
|
||||
// --------------------------------------------------------
|
||||
SimpleSSOEnabled: "SIMPLE_SSO_ENABLED" in process.env || false,
|
||||
SimpleSSONoLogin: "SIMPLE_SSO_NO_LOGIN" in process.env || false,
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user