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:
parent
c62ce4cf18
commit
d08e8d91ad
1 changed files with 1 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue