From 9cd10686bbec0441f26454bb8866da9e30a51c85 Mon Sep 17 00:00:00 2001 From: Bishwajeet Parhi <62933155+2002Bishwajeet@users.noreply.github.com> Date: Fri, 5 Aug 2022 21:25:41 +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 b783378cdc..0a2c7a808a 100644 --- a/src/Appwrite/Auth/OAuth2/Disqus.php +++ b/src/Appwrite/Auth/OAuth2/Disqus.php @@ -103,7 +103,6 @@ class Disqus extends OAuth2 // Look out for the change in their enpoint. // It's in Beta so they may provide a parameter in the future. // https://disqus.com/api/docs/users/details/ - // $isVerified = $user['isAnonymous']; return false; }