mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-06 08:10:17 +01:00
Merge branch 'main' into feat/Multitenant-login-OIDC
This commit is contained in:
commit
bba4184b2c
141 changed files with 3565 additions and 954 deletions
|
|
@ -23,7 +23,7 @@ const {
|
|||
|
||||
// Check required environment variables
|
||||
if (!LDAP_URL || !LDAP_USER_SEARCH_BASE) {
|
||||
return null;
|
||||
module.exports = null;
|
||||
}
|
||||
|
||||
const searchAttributes = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue