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
1d7854541b
commit
94bab172f0
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ define(["loading", "globalize", "dashboardcss", "emby-input", "emby-button", "em
|
|||
var page = this,
|
||||
apiClient = getApiClient();
|
||||
apiClient.getJSON(apiClient.getUrl("Startup/User")).then(function(user) {
|
||||
page.querySelector("#txtUsername").value = user.Name || "",
|
||||
page.querySelector("#txtUsername").value = user.Name || "";
|
||||
page.querySelector("#txtManualPassword").value = user.Password || "";
|
||||
loading.hide();
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue