mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
KEYCLOAK-4022: Remove unneeded line of code.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user