1
0
Fork 0
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:
Claus Vium 2019-01-29 11:39:11 -06:00 committed by GitHub
parent ba0c888960
commit 1d7854541b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ define(["loading", "globalize", "dashboardcss", "emby-input", "emby-button", "em
apiClient.getJSON(apiClient.getUrl("Startup/User")).then(function(user) {
page.querySelector("#txtUsername").value = user.Name || "",
page.querySelector("#txtManualPassword").value = user.Password || "";
loading.hide()
loading.hide();
})
}
return function(view, params) {