Don't echo oauthUserEmail
This commit is contained in:
parent
916ba4b8ac
commit
f0e5bf8568
|
|
@ -40,7 +40,6 @@ class OAuth
|
|||
public function getOauth64()
|
||||
{
|
||||
$token = $this->getToken();
|
||||
echo $this->oauthUserEmail;
|
||||
return base64_encode("user=" . $this->oauthUserEmail . "\001auth=Bearer " . $token . "\001\001");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue