mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update src/Appwrite/Auth/OAuth2/Dailymotion.php
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
This commit is contained in:
co-authored by
Matej Bačo
parent
b040bc9856
commit
9f1b4c41a3
@@ -194,8 +194,6 @@ class Dailymotion extends OAuth2
|
||||
public function getUserName(string $accessToken): string
|
||||
{
|
||||
$user = $this->getUser($accessToken);
|
||||
|
||||
|
||||
$username = $user['username'] ?? '';
|
||||
|
||||
return $username;
|
||||
|
||||
Reference in New Issue
Block a user