mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
chore: update scopes
This commit is contained in:
parent
ead7a17645
commit
6d404ada74
1 changed files with 3 additions and 1 deletions
|
|
@ -20,7 +20,9 @@ class Slack extends OAuth2
|
|||
* @var array
|
||||
*/
|
||||
protected array $scopes = [
|
||||
'users:read',
|
||||
'openid',
|
||||
'email',
|
||||
'profile'
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue