mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-11 17:59:09 -06:00
Merge pull request #991 from girirajsharma/master
[KEYCLOAK-1030]-Unable to delete Password Policy.
This commit is contained in:
@@ -1033,7 +1033,7 @@ module.factory('PasswordPolicy', function() {
|
||||
|
||||
p.toString = function(policies) {
|
||||
if (!policies || policies.length == 0) {
|
||||
return null;
|
||||
return "";
|
||||
}
|
||||
|
||||
var policyString = "";
|
||||
|
||||
Reference in New Issue
Block a user