Catchall for when LDAP is not enabled

This commit is contained in:
Mark Felder 2024-09-16 16:15:53 -04:00
parent ead287d623
commit 7c04098dde

View file

@ -34,6 +34,9 @@ defmodule Pleroma.LDAP do
)
{:ok, state}
_ ->
{:ok, state}
end
end