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