KEYCLOAK-1726

This commit is contained in:
Bill Burke 2015-08-31 14:46:14 -04:00
parent 34e52839f7
commit 5699efc0f5

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.");
});