[#923] Typo fix.

This commit is contained in:
Ivan Tashkinov 2019-03-20 20:29:08 +03:00
parent af68a42ef7
commit 81bf6d9e6a
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ config :pleroma, :ldap,
base: System.get_env("LDAP_BASE") || "dc=example,dc=com",
uid: System.get_env("LDAP_UID") || "cn"
oauth_consumer_strategies = String.split(System.get_env("OAUTH_CONSUMER_STRATEGIES" || ""))
oauth_consumer_strategies = String.split(System.get_env("OAUTH_CONSUMER_STRATEGIES") || "")
ueberauth_providers =
for strategy <- oauth_consumer_strategies do