1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Merge branch 'feat-dailymotion-oauth' of https://github.com/2002Bishwajeet/appwrite into feat-dailymotion-oauth

This commit is contained in:
Bishwajeet Parhi 2022-06-13 14:18:10 +00:00
commit d0bb2a8937

View file

@ -174,11 +174,7 @@ class Dailymotion extends OAuth2
{
$user = $this->getUser($accessToken);
if ($user['verified'] ?? false) {
return true;
}
return false;
return $user['verified'] ?? false;
}
/**