Remove MastoFE-related backend code and frontend pieces

This commit is contained in:
Sean King 2021-04-15 22:56:21 -06:00
commit 4f55d5123b
No known key found for this signature in database
GPG key ID: 510C52BACD6E7257
611 changed files with 1 additions and 7958 deletions

View file

@ -600,9 +600,6 @@ defmodule Pleroma.Web.OAuth.OAuthController do
end
end
# Special case: Local MastodonFE
defp redirect_uri(%Plug.Conn{} = conn, "."), do: auth_url(conn, :login)
defp redirect_uri(%Plug.Conn{}, redirect_uri), do: redirect_uri
defp get_session_registration_id(%Plug.Conn{} = conn), do: get_session(conn, :registration_id)