mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-08 21:14:00 +05:30
Merge pull request #535 from thephpleague/analysis-z4xGnw
Applied fixes from StyleCI
This commit is contained in:
commit
f9bde23799
@ -112,7 +112,7 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
|
||||
// Inject tokens into response type
|
||||
$responseType->setAccessToken($accessToken);
|
||||
$responseType->setRefreshToken($refreshToken);
|
||||
|
||||
|
||||
// Revoke used auth code
|
||||
$this->authCodeRepository->revokeAuthCode($authCodePayload->auth_code_id);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user