From 38bda7a0475b9f2a904b3ee93b6c4bd48f73ca20 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 22 May 2021 17:46:12 -0500 Subject: Cycles: fix cycle in lib/pleroma/web/auth/authenticator.ex --- lib/pleroma/web/auth/authenticator.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 -- cgit v1.2.3