update pin fields
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
<div>${EasyPasswordHelp}</div>
|
||||
<br />
|
||||
<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>
|
||||
<br />
|
||||
<div>
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
<div>${EasyPasswordHelp}</div>
|
||||
<br />
|
||||
<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>
|
||||
<br />
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user