mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
Merge pull request #3255 from appwrite/fix-zoom-scopes
Fix: Zoom OAuth scopes
This commit is contained in:
commit
cdbcdea2d2
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