mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-22 08:06:55 +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}
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue