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:
parent
4b2a91100b
commit
963dbfa5b0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue