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 11:37:56 +00:00
commit 0bf3ededf9

View file

@ -212,7 +212,6 @@ class Dailymotion extends OAuth2
['Authorization: Bearer ' . \urlencode($accessToken)], ['Authorization: Bearer ' . \urlencode($accessToken)],
); );
$this->user = \json_decode($user, true); $this->user = \json_decode($user, true);
\var_dump($this->user);
} }
return $this->user; return $this->user;