KEYCLOAK-651
Page not found trying to save changes to brute force
This commit is contained in:
parent
e1b9dfe65d
commit
bcbf5da4b8
1 changed files with 1 additions and 1 deletions
|
@ -1110,7 +1110,7 @@ module.controller('RealmBruteForceCtrl', function($scope, Realm, realm, $http, $
|
|||
|
||||
$scope.changed = false;
|
||||
Realm.update(realmCopy, function () {
|
||||
$location.url("/realms/" + realm.realm + "/sessions/brute-force");
|
||||
$location.url("/realms/" + realm.realm + "/defense/brute-force");
|
||||
Notifications.success("Your changes have been saved to the realm.");
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue