mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
update redirect after new user creation
This commit is contained in:
parent
4b2a91100b
commit
963dbfa5b0
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user