mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-22 16:16:34 +00:00
Catchall for when LDAP is not enabled
This commit is contained in:
parent
ead287d623
commit
7c04098dde
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@ defmodule Pleroma.LDAP do
|
||||||
)
|
)
|
||||||
|
|
||||||
{:ok, state}
|
{:ok, state}
|
||||||
|
|
||||||
|
_ ->
|
||||||
|
{:ok, state}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue