Skip to content

Commit

Permalink
fix: use password type for password field
Browse files Browse the repository at this point in the history
in the connection settings section in the plugin settings.
  • Loading branch information
revam committed Mar 26, 2024
1 parent c828a9c commit c4c9ed6
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 @@ -21,7 +21,7 @@ <h3>Connection Settings</h3>
</div>
<div id="ConnectionSetContainer">
<div class="inputContainer inputContainer-withDescription">
<input is="emby-input" type="text" id="Password" label="Password:" />
<input is="emby-input" type="password" id="Password" label="Password:" />
<div class="fieldDescription">The password for account. It can be empty.</div>
</div>
<button is="emby-button" type="submit" class="raised button-submit block emby-button">
Expand Down

0 comments on commit c4c9ed6

Please sign in to comment.