From a962df5f71349e2b6bfcbaa97a2b61635cce6661 Mon Sep 17 00:00:00 2001 From: Matej Baco Date: Fri, 20 May 2022 13:51:35 +0200 Subject: [PATCH] Fix Zoom OAuth scopes --- src/Appwrite/Auth/OAuth2/Zoom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Auth/OAuth2/Zoom.php b/src/Appwrite/Auth/OAuth2/Zoom.php index ee4185934c..68a5a3a458 100644 --- a/src/Appwrite/Auth/OAuth2/Zoom.php +++ b/src/Appwrite/Auth/OAuth2/Zoom.php @@ -30,7 +30,7 @@ class Zoom extends OAuth2 * @var array */ protected array $scopes = [ - 'user_profile' + 'user_info:read' ]; /**