mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Inject client into getUserEntityByUserCredentials method
This commit is contained in:
@@ -125,6 +125,7 @@ class AuthCodeGrant extends AbstractAuthorizeGrant
|
||||
$usernameParameter,
|
||||
$passwordParameter,
|
||||
$this->getIdentifier(),
|
||||
$client,
|
||||
$scopes
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user