remove all endpoints marked as deprecated (#91)
[akkoma] / lib / pleroma / web / auth / wrapper_authenticator.ex
index c67082f7b3efbda8a1d6146a43c51b5f131e79fe..b8450872b7de2055a3d51213697f61cfc528760c 100644 (file)
@@ -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