client UI fix
This commit is contained in:
parent
f5db03d6e9
commit
b23ea18c89
1 changed files with 2 additions and 10 deletions
|
@ -738,8 +738,7 @@ module.controller('ClientDetailCtrl', function($scope, realm, client, templates,
|
|||
"bearer-only"
|
||||
];
|
||||
|
||||
$scope.protocols = ['openid-connect',
|
||||
'saml'];//Object.keys(serverInfo.providers['login-protocol'].providers).sort();
|
||||
$scope.protocols = Object.keys(serverInfo.providers['login-protocol'].providers).sort();
|
||||
|
||||
$scope.templates = [ {name:'NONE'}];
|
||||
for (var i = 0; i < templates.length; i++) {
|
||||
|
@ -2124,11 +2123,4 @@ module.controller('ClientTemplateScopeMappingCtrl', function($scope, $http, real
|
|||
};
|
||||
|
||||
updateTemplateRealmRoles();
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
});
|
Loading…
Reference in a new issue