1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

commented unused code

This commit is contained in:
Bishwajeet Parhi 2022-07-11 11:27:17 +00:00
parent 9f5fec7135
commit 3ee7ccff48

View file

@ -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.