X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fweb%2Fauth%2Fwrapper_authenticator.ex;h=b8450872b7de2055a3d51213697f61cfc528760c;hb=dc9f66749c85352e0d7761ae2b9b8663a3aa3e3a;hp=c67082f7b3efbda8a1d6146a43c51b5f131e79fe;hpb=ffc5944334174d83655d38d1c07256cfb65e5fcc;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