mirror of
https://github.com/iv-org/invidious.git
synced 2026-03-14 12:37:03 +00:00
This PR fixes an issue where the `scopes` parameter would see its wildmark characters (*) removed during the login page redirection, after that a call to `/authorize_token` was made while the user was not logged in. Closes issue 4200