mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-26 06:59:49 +05:30
Applied fixes from StyleCI
This commit is contained in:
parent
103b0cc50d
commit
2328f59601
@ -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