1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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 () {
Dashboard.navigate("userprofiles.html");
Dashboard.navigate("useredit.html?userId=" + user.Id);
});
}, function (response) {