logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 26d2c677b78b7cc22a98dfe4648e5b3f5b4da3ea
parent 2e310b3ec8e4d8e1b091d042fc048b6f865b89f5
Author: Sean King <seanking2919@protonmail.com>
Date:   Fri,  4 Jun 2021 15:50:57 -0600

Removing trailing space on empty line in OAuth controller

Diffstat:

Mlib/pleroma/web/o_auth/o_auth_controller.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/web/o_auth/o_auth_controller.ex b/lib/pleroma/web/o_auth/o_auth_controller.ex @@ -599,7 +599,7 @@ defmodule Pleroma.Web.OAuth.OAuthController do {:ok, token} end end - + defp redirect_uri(%Plug.Conn{}, redirect_uri), do: redirect_uri defp get_session_registration_id(%Plug.Conn{} = conn), do: get_session(conn, :registration_id)