Skip to content

Commit

Permalink
fix: update user password field type
Browse files Browse the repository at this point in the history
  • Loading branch information
revam committed Apr 9, 2024
1 parent e91d157 commit 816c8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shokofin/Configuration/configPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ <h3>User Settings</h3>
<div class="fieldDescription">The username of the account to synchronize with the currently selected user.</div>
</div>
<div id="UserPasswordContainer" class="inputContainer inputContainer-withDescription">
<input is="emby-input" type="text" id="UserPassword" label="Password:" />
<input is="emby-input" type="password" id="UserPassword" label="Password:" />
<div class="fieldDescription">The password for account. It can be empty.</div>
</div>
<div id="UserDeleteContainer" class="inputContainer inputContainer-withDescription" hidden>
Expand Down

0 comments on commit 816c8d6

Please sign in to comment.