mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Fix Zoom OAuth scopes
This commit is contained in:
parent
426449d1d8
commit
a962df5f71
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class Zoom extends OAuth2
|
|||
* @var array
|
||||
*/
|
||||
protected array $scopes = [
|
||||
'user_profile'
|
||||
'user_info:read'
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue