mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected array $scopes = [
|
protected array $scopes = [
|
||||||
'user_profile'
|
'user_info:read'
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue