chore: update scopes

This commit is contained in:
Chirag Aggarwal 2025-01-23 05:36:12 +00:00
parent ead7a17645
commit 6d404ada74

View file

@ -20,7 +20,9 @@ class Slack extends OAuth2
* @var array
*/
protected array $scopes = [
'users:read',
'openid',
'email',
'profile'
];
/**