[KEYCLOAK-1030]-Unable to delete Password Policy.

This commit is contained in:
girirajsharma 2015-02-24 18:43:38 +05:30
parent 0ad3c72c0a
commit 55190d7808

View file

@ -1033,7 +1033,7 @@ module.factory('PasswordPolicy', function() {
p.toString = function(policies) {
if (!policies || policies.length == 0) {
return null;
return "";
}
var policyString = "";