chg: [dead variable] removed
parent
254fdc3b84
commit
07a8d1dfcb
|
@ -212,7 +212,6 @@ class AuthKeycloakBehavior extends Behavior
|
|||
{
|
||||
$keycloakRoles = $this->getAllRoles($clientId);
|
||||
$keycloakRolesParsed = Hash::extract($keycloakRoles, '{n}.name');
|
||||
$rolesToAdd = [];
|
||||
$scopeString = $scope . ':';
|
||||
$modified = 0;
|
||||
foreach ($roles as $role) {
|
||||
|
|
Loading…
Reference in New Issue