1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Fix Zoom OAuth scopes

This commit is contained in:
Matej Baco 2022-05-20 13:51:35 +02:00
parent 426449d1d8
commit a962df5f71

View file

@ -30,7 +30,7 @@ class Zoom extends OAuth2
* @var array
*/
protected array $scopes = [
'user_profile'
'user_info:read'
];
/**