[KEYCLOAK-1030]-Unable to delete Password Policy.
This commit is contained in:
parent
0ad3c72c0a
commit
55190d7808
1 changed files with 1 additions and 1 deletions
|
@ -1033,7 +1033,7 @@ module.factory('PasswordPolicy', function() {
|
|||
|
||||
p.toString = function(policies) {
|
||||
if (!policies || policies.length == 0) {
|
||||
return null;
|
||||
return "";
|
||||
}
|
||||
|
||||
var policyString = "";
|
||||
|
|
Loading…
Reference in a new issue