feat: warn for missing scopes when logging in (#6072)

This commit is contained in:
nerix
2025-03-15 13:14:03 +01:00
committed by GitHub
parent ee1421d770
commit 6cdd28c7d4
10 changed files with 387 additions and 147 deletions
@@ -24,6 +24,8 @@ namespace chatterino {
class TwitchAccount;
class AccountController;
extern const std::vector<QStringView> AUTH_SCOPES;
class TwitchAccountManager
{
TwitchAccountManager();