mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +05:30
Remove assignment as not needed
This commit is contained in:
parent
de899fbe0a
commit
e85a8e31e8
@ -83,7 +83,7 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
|
|||||||
|
|
||||||
// Only validate the client if it is confidential
|
// Only validate the client if it is confidential
|
||||||
if ($client->isConfidential()) {
|
if ($client->isConfidential()) {
|
||||||
$client = $this->validateClient($request);
|
$this->validateClient($request);
|
||||||
}
|
}
|
||||||
|
|
||||||
$encryptedAuthCode = $this->getRequestParameter('code', $request, null);
|
$encryptedAuthCode = $this->getRequestParameter('code', $request, null);
|
||||||
|
Loading…
Reference in New Issue
Block a user