update redirect after new user creation

This commit is contained in:
Luke Pulverenti 2016-07-15 15:53:49 -04:00
parent 4b2a91100b
commit 963dbfa5b0

View File

@ -98,7 +98,7 @@
}); });
ApiClient.updateUserPolicy(user.Id, user.Policy).then(function () { ApiClient.updateUserPolicy(user.Id, user.Policy).then(function () {
Dashboard.navigate("userprofiles.html"); Dashboard.navigate("useredit.html?userId=" + user.Id);
}); });
}, function (response) { }, function (response) {