forked from AkkomaGang/akkoma
Removing trailing space on empty line in OAuth controller
This commit is contained in:
parent
2e310b3ec8
commit
26d2c677b7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue