mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-21 22:11:26 +00:00
Update BearerTokenResponse, fix scope bug
This commit is contained in:
parent
7e47d6dccb
commit
2e6100f275
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ class BearerTokenResponse extends \League\OAuth2\Server\ResponseTypes\BearerToke
|
|||
{
|
||||
return [
|
||||
'created_at' => time(),
|
||||
'scope' => implode(' ', $accessToken->getScopes())
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue