Remove all scopes from the OAuth flow

This commit is contained in:
DevilXD
2025-02-03 21:31:47 +01:00
parent c4cfa5372f
commit f5527c9011

View File

@@ -124,7 +124,7 @@ class _AuthState:
}
payload = {
"client_id": client_info.CLIENT_ID,
"scopes": "user_read",
"scopes": "", # no scopes needed
}
while True:
try: