mirror of
https://github.com/webmasterskaya/joomla-oauth-server.git
synced 2024-11-23 22:34:50 +03:00
Fix client type on create event
This commit is contained in:
parent
a2f67e7bb6
commit
2a7cad85db
@ -73,7 +73,7 @@ class ScopeRepository implements ScopeRepositoryInterface, DispatcherAwareInterf
|
|||||||
[
|
[
|
||||||
'scopes' => $scopes,
|
'scopes' => $scopes,
|
||||||
'grant' => $grantType,
|
'grant' => $grantType,
|
||||||
'client' => $client,
|
'client' => $clientEntity,
|
||||||
'userId' => $userIdentifier
|
'userId' => $userIdentifier
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user