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…
Add table
Add a link
Reference in a new issue