diff --git a/src/modules/web_app/views/auth.py b/src/modules/web_app/views/auth.py index 917572e..d88440e 100644 --- a/src/modules/web_app/views/auth.py +++ b/src/modules/web_app/views/auth.py @@ -34,6 +34,7 @@ twitch_oauth = TwithOAuth2( config.TWITCH_CLIENT_SECRET, "https://id.twitch.tv/oauth2/authorize", "https://id.twitch.tv/oauth2/token", + base_scopes=[AuthScope.USER_READ_EMAIL.value], )