KEYCLOAK-4022: Remove unneeded line of code.
This commit is contained in:
parent
c8c6e36fd9
commit
aed54439c2
1 changed files with 0 additions and 2 deletions
|
@ -972,8 +972,6 @@ module.controller('ClientDetailCtrl', function($scope, realm, client, templates,
|
|||
|
||||
var attrVal2 = $scope.client.attributes['request.object.signature.alg'];
|
||||
$scope.requestObjectSignatureAlg = attrVal2==null ? 'any' : attrVal2;
|
||||
|
||||
$scope.disableServiceAccountRolesTab = !client.serviceAccountsEnabled;
|
||||
}
|
||||
|
||||
if (!$scope.create) {
|
||||
|
|
Loading…
Reference in a new issue