Removing trailing space on empty line in OAuth controller

This commit is contained in:
Sean King 2021-06-04 15:50:57 -06:00
parent 2e310b3ec8
commit 26d2c677b7
No known key found for this signature in database
GPG key ID: 510C52BACD6E7257

View file

@ -599,7 +599,7 @@ def login(%User{} = user, %App{} = app, requested_scopes) when is_list(requested
{: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)