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

update pin fields

This commit is contained in:
Luke Pulverenti 2016-03-02 15:34:01 -05:00
parent dfd3548951
commit dfb7baaec3
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@
<div>${EasyPasswordHelp}</div> <div>${EasyPasswordHelp}</div>
<br /> <br />
<div> <div>
<paper-input type="password" id="txtEasyPassword" label="${LabelEasyPinCode}" autocomplete="off"></paper-input> <paper-input type="number" id="txtEasyPassword" label="${LabelEasyPinCode}" autocomplete="off" pattern="[0-9]*" step="1" maxlength="5"></paper-input>
</div> </div>
<br /> <br />
<div> <div>

View file

@ -60,7 +60,7 @@
<div>${EasyPasswordHelp}</div> <div>${EasyPasswordHelp}</div>
<br /> <br />
<div> <div>
<paper-input type="password" id="txtEasyPassword" label="${LabelEasyPinCode}" autocomplete="off"></paper-input> <paper-input type="number" id="txtEasyPassword" label="${LabelEasyPinCode}" autocomplete="off" pattern="[0-9]*" step="1" maxLength="5"></paper-input>
</div> </div>
<br /> <br />
<div> <div>