Update src/Appwrite/Auth/OAuth2/Disqus.php

Co-authored-by: Christy Jacob <christyjacob4@gmail.com>
This commit is contained in:
Bishwajeet Parhi 2022-08-05 21:25:41 +05:30 committed by GitHub
parent 6fdf578919
commit 9cd10686bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}