update login

This commit is contained in:
Luke Pulverenti 2016-06-24 16:07:45 -04:00
parent 9d103eb1d9
commit 81c132fc5c
2 changed files with 5 additions and 5 deletions

View file

@ -9,11 +9,11 @@
<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}" autocomplete="off" />
<input is="emby-input" type="text" id="txtManualName" required="required" label="${LabelUser}" />
</div>
<div class="inputContainer">
<input is="emby-input" id="txtManualPassword" type="password" label="${LabelPassword}" autocomplete="off" />
<input is="emby-input" id="txtManualPassword" type="password" label="${LabelPassword}" />
</div>
<br />