mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
remove whitespace
This commit is contained in:
parent
93466d9a66
commit
6c653d8f2a
1 changed files with 0 additions and 2 deletions
|
|
@ -80,7 +80,6 @@ class Linkedin extends OAuth2
|
||||||
])
|
])
|
||||||
), true);
|
), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->tokens;
|
return $this->tokens;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -107,7 +106,6 @@ class Linkedin extends OAuth2
|
||||||
if (empty($this->tokens['refresh_token'])) {
|
if (empty($this->tokens['refresh_token'])) {
|
||||||
$this->tokens['refresh_token'] = $refreshToken;
|
$this->tokens['refresh_token'] = $refreshToken;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->tokens;
|
return $this->tokens;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue