Merge pull request #1570 from patriot1burke/master

KEYCLOAK-1726
This commit is contained in:
Bill Burke 2015-08-31 14:46:38 -04:00
commit b9c90f128a

View file

@ -1516,6 +1516,7 @@ module.controller('RealmBruteForceCtrl', function($scope, Realm, realm, $http, $
$scope.changed = false;
Realm.update(realmCopy, function () {
oldCopy = angular.copy($scope.realm);
$location.url("/realms/" + realm.realm + "/defense/brute-force");
Notifications.success("Your changes have been saved to the realm.");
});