mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 08:23:03 +05:30
Remove extra line spaces
This commit is contained in:
parent
e1324b88b2
commit
c7d047f7f5
@ -112,11 +112,8 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
|
||||
try {
|
||||
$authCodePayload = json_decode($this->decrypt($encryptedAuthCode));
|
||||
|
||||
|
||||
$this->validateAuthorizationCode($authCodePayload, $client, $request);
|
||||
|
||||
|
||||
|
||||
$scopes = $this->scopeRepository->finalizeScopes(
|
||||
$this->validateScopes($authCodePayload->scopes),
|
||||
$this->getIdentifier(),
|
||||
|
Loading…
Reference in New Issue
Block a user