mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -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 () {
|
||||
Dashboard.navigate("userprofiles.html");
|
||||
Dashboard.navigate("useredit.html?userId=" + user.Id);
|
||||
});
|
||||
|
||||
}, function (response) {
|
||||
|
Loading…
Reference in New Issue
Block a user