Fix client type on create event

This commit is contained in:
Artem Vasilev 2024-03-16 23:05:48 +03:00
parent a2f67e7bb6
commit 2a7cad85db

View File

@ -73,7 +73,7 @@ class ScopeRepository implements ScopeRepositoryInterface, DispatcherAwareInterf
[
'scopes' => $scopes,
'grant' => $grantType,
'client' => $client,
'client' => $clientEntity,
'userId' => $userIdentifier
]
);