From 6fdf578919df8407e9c4cf65352f11ee22043193 Mon Sep 17 00:00:00 2001 From: Bishwajeet Parhi <62933155+2002Bishwajeet@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:25:34 +0530 Subject: [PATCH] Update src/Appwrite/Auth/OAuth2/Disqus.php Co-authored-by: Christy Jacob --- src/Appwrite/Auth/OAuth2/Disqus.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Appwrite/Auth/OAuth2/Disqus.php b/src/Appwrite/Auth/OAuth2/Disqus.php index dcbde880b4..b783378cdc 100644 --- a/src/Appwrite/Auth/OAuth2/Disqus.php +++ b/src/Appwrite/Auth/OAuth2/Disqus.php @@ -99,7 +99,6 @@ class Disqus extends OAuth2 public function isEmailVerified(string $accessToken): bool { - // $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.