mirror of
https://gitea.invidious.io/iv-org/invidious
synced 2025-03-18 18:10:08 +01: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