mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/scripts/wizarduserpage.js
Co-Authored-By: RazeLighter777 <jtsuess19146@marmionacademy.org>
This commit is contained in:
parent
d37919cbf0
commit
ba0c888960
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ define(["loading", "globalize", "dashboardcss", "emby-input", "emby-button", "em
|
|||
apiClient = getApiClient();
|
||||
apiClient.getJSON(apiClient.getUrl("Startup/User")).then(function(user) {
|
||||
page.querySelector("#txtUsername").value = user.Name || "",
|
||||
page.querySelector("#txtManualPassword").value = user.Password || "",
|
||||
page.querySelector("#txtManualPassword").value = user.Password || "";
|
||||
loading.hide()
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue