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.