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

Add autocomplete attributes to login fields

This commit is contained in:
Ryan Hartzell 2019-11-13 19:28:43 -08:00
parent 88db651eea
commit ff2b27b32b

View file

@ -6,14 +6,17 @@
<h1 style="margin-top:1em;text-align: left;">${HeaderPleaseSignIn}</h1>
<div style="height:0; overflow: hidden;"><input type="text" name="fakeusernameremembered" tabindex="-1" /><input type="password" name="fakepasswordremembered" tabindex="-1" /></div>
<div style="height:0; overflow: hidden;"><input type="text" name="fakeusernameremembered"
tabindex="-1" /><input type="password" name="fakepasswordremembered" tabindex="-1" /></div>
<div class="inputContainer">
<input is="emby-input" type="text" id="txtManualName" required="required" label="${LabelUser}" />
<input is="emby-input" type="text" id="txtManualName" required="required" label="${LabelUser}"
autocomplete="username" />
</div>
<div class="inputContainer">
<input is="emby-input" id="txtManualPassword" type="password" label="${LabelPassword}" />
<input is="emby-input" id="txtManualPassword" type="password" label="${LabelPassword}"
autocomplete="current-password" />
</div>
<label class="checkboxContainer">