mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix duplicate day name issue
This commit is contained in:
parent
b24a74b9eb
commit
92c1a9acb0
4 changed files with 52 additions and 18 deletions
|
@ -82,7 +82,12 @@
|
|||
ApiClient.resetUserPassword(userId).done(function () {
|
||||
|
||||
Dashboard.hideLoadingMsg();
|
||||
Dashboard.alert("The password has been reset.");
|
||||
|
||||
Dashboard.alert({
|
||||
message: "The password has been reset.",
|
||||
title: "Password Reset"
|
||||
});
|
||||
|
||||
loadUser(page);
|
||||
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue