1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Change password visibility icon to class on login page

This commit is contained in:
woorim02 2024-08-19 01:45:08 +09:00
parent c62ce4cf18
commit d08e8d91ad

View file

@ -11,9 +11,7 @@
<div class="inputContainer">
<input is="emby-input" id="txtManualPassword" type="password" label="${LabelPassword}" autocomplete="current-password">
<button class="passwordToggle" type="button">
<span class="material-icons">
visibility
</span>
<span class="material-icons visibility"></span>
</button>
</div>