mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge pull request #3255 from appwrite/fix-zoom-scopes
Fix: Zoom OAuth scopes
This commit is contained in:
@@ -30,7 +30,7 @@ class Zoom extends OAuth2
|
||||
* @var array
|
||||
*/
|
||||
protected array $scopes = [
|
||||
'user_profile'
|
||||
'user_info:read'
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user