From 3ee7ccff480962c1d00ac7857a31ff31284a5451 Mon Sep 17 00:00:00 2001 From: Bishwajeet Parhi Date: Mon, 11 Jul 2022 11:27:17 +0000 Subject: [PATCH] commented unused code --- src/Appwrite/Auth/OAuth2/Disqus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Auth/OAuth2/Disqus.php b/src/Appwrite/Auth/OAuth2/Disqus.php index 3ce07c1f49..e0008f2560 100644 --- a/src/Appwrite/Auth/OAuth2/Disqus.php +++ b/src/Appwrite/Auth/OAuth2/Disqus.php @@ -98,7 +98,7 @@ class Disqus extends OAuth2 public function isEmailVerified(string $accessToken): bool { - $user = $this->getUser($accessToken); + // $user = $this->getUser($accessToken); // Look out for the change in their enpoint. // It's in Beta so they may provide a parameter in the future.