diff options
-rw-r--r-- | lib/pleroma/web/auth/authenticator.ex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pleroma/web/auth/authenticator.ex b/lib/pleroma/web/auth/authenticator.ex index 84741ee11..4c546ec70 100644 --- a/lib/pleroma/web/auth/authenticator.ex +++ b/lib/pleroma/web/auth/authenticator.ex @@ -8,8 +8,8 @@ defmodule Pleroma.Web.Auth.Authenticator do def implementation do Pleroma.Config.get( - Pleroma.Web.Auth.Authenticator, - Pleroma.Web.Auth.PleromaAuthenticator + __MODULE__, + Module.concat(["Pleroma.Web.Auth.PleromaAuthenticator"]) ) end |