mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-08 21:52:24 +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
|
||||
if ($client->isConfidential()) {
|
||||
$client = $this->validateClient($request);
|
||||
$this->validateClient($request);
|
||||
}
|
||||
|
||||
$encryptedAuthCode = $this->getRequestParameter('code', $request, null);
|
||||
|
Loading…
Reference in New Issue
Block a user