mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-26 08:36:26 +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