mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Update src/Appwrite/Auth/OAuth2/Disqus.php
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
This commit is contained in:
parent
3ee7ccff48
commit
122a59c723
1 changed files with 0 additions and 2 deletions
|
|
@ -73,8 +73,6 @@ class Disqus extends OAuth2
|
|||
if (empty($this->tokens['refresh_token'])) {
|
||||
$this->tokens['refresh_token'] = $refreshToken;
|
||||
}
|
||||
|
||||
|
||||
return $this->tokens;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue