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:34 +05:30
committed by GitHub
co-authored by Christy Jacob
parent dab0a8ec27
commit 6fdf578919
-1
View File
@@ -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.