X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fweb%2Fauth%2Fwrapper_authenticator.ex;h=b8450872b7de2055a3d51213697f61cfc528760c;hb=a5e98083f253c268bb1468bfaf358038e0e60147;hp=c67082f7b3efbda8a1d6146a43c51b5f131e79fe;hpb=ac2ed19e4f2724378ff764cb0bb83ccc8d9c02c7;p=akkoma diff --git a/lib/pleroma/web/auth/wrapper_authenticator.ex b/lib/pleroma/web/auth/wrapper_authenticator.ex index c67082f7b..b8450872b 100644 --- a/lib/pleroma/web/auth/wrapper_authenticator.ex +++ b/lib/pleroma/web/auth/wrapper_authenticator.ex @@ -30,7 +30,7 @@ defmodule Pleroma.Web.Auth.WrapperAuthenticator do def auth_template do # Note: `config :pleroma, :auth_template, "..."` support is deprecated implementation().auth_template() || - Pleroma.Config.get([:auth, :auth_template], Pleroma.Config.get(:auth_template)) || + Pleroma.Config.get(:auth_template) || "show.html" end