mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-08 07:45:22 -05:00
synapse/config/password_auth_providers: Fixed bracket typo
Signed-off-by: Richard von Seck <richard.von-seck@gmx.net>
This commit is contained in:
parent
f959c01600
commit
6f05de0e5e
@ -29,10 +29,10 @@ class PasswordAuthProviderConfig(Config):
|
||||
# param.
|
||||
ldap_config = config.get("ldap_config", {})
|
||||
if ldap_config.get("enabled", False):
|
||||
providers.append[{
|
||||
providers.append({
|
||||
'module': LDAP_PROVIDER,
|
||||
'config': ldap_config,
|
||||
}]
|
||||
})
|
||||
|
||||
providers.extend(config.get("password_providers", []))
|
||||
for provider in providers:
|
||||
|
Loading…
x
Reference in New Issue
Block a user