mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Update src/Appwrite/Auth/OAuth2/Dailymotion.php
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
This commit is contained in:
parent
f92309101b
commit
b040bc9856
1 changed files with 0 additions and 1 deletions
|
|
@ -215,7 +215,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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue