KEYCLOAK-4022: Remove unneeded line of code.

This commit is contained in:
Stan Silvert 2016-12-02 18:31:44 -05:00
parent c8c6e36fd9
commit aed54439c2

View file

@ -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) {