mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
style: run linter
This commit is contained in:
@@ -173,13 +173,13 @@ class Line extends OAuth2
|
||||
'id_token' => $this->tokens['id_token'],
|
||||
'client_id' => $this->appID,
|
||||
'client_secret' => $this->appSecret,
|
||||
|
||||
|
||||
])
|
||||
), true);
|
||||
|
||||
if(isset($emailInfo['email']))
|
||||
$this->user['email'] = $emailInfo['email'];
|
||||
|
||||
|
||||
if (isset($emailInfo['email'])) {
|
||||
$this->user['email'] = $emailInfo['email'];
|
||||
}
|
||||
}
|
||||
|
||||
return $this->user;
|
||||
|
||||
Reference in New Issue
Block a user