diff --git a/dashboard-ui/scripts/usernew.js b/dashboard-ui/scripts/usernew.js index 42de474279..1e4610d75c 100644 --- a/dashboard-ui/scripts/usernew.js +++ b/dashboard-ui/scripts/usernew.js @@ -98,7 +98,7 @@ }); ApiClient.updateUserPolicy(user.Id, user.Policy).then(function () { - Dashboard.navigate("userprofiles.html"); + Dashboard.navigate("useredit.html?userId=" + user.Id); }); }, function (response) {