mirror of
				https://github.com/webmasterskaya/joomla-oauth-server.git
				synced 2025-10-31 07:43:22 +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, | ||||
|                 'grant'  => $grantType, | ||||
|                 'client' => $client, | ||||
|                 'client' => $clientEntity, | ||||
|                 'userId' => $userIdentifier | ||||
|             ] | ||||
|         ); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user