mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Update src/Appwrite/Auth/OAuth2/Dailymotion.php
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
This commit is contained in:
parent
b040bc9856
commit
9f1b4c41a3
1 changed files with 0 additions and 2 deletions
|
|
@ -194,8 +194,6 @@ class Dailymotion extends OAuth2
|
|||
public function getUserName(string $accessToken): string
|
||||
{
|
||||
$user = $this->getUser($accessToken);
|
||||
|
||||
|
||||
$username = $user['username'] ?? '';
|
||||
|
||||
return $username;
|
||||
|
|
|
|||
Loading…
Reference in a new issue