Remove MastoFE-related backend code and frontend pieces
This commit is contained in:
parent
152cb3074e
commit
4f55d5123b
611 changed files with 1 additions and 7958 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue