mirror of
https://github.com/DumbWareio/DumbDrop.git
synced 2025-10-22 23:31:57 +00:00
Update pin input type to password to mask pin and match dumbwareio products (#33)
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
|
||||
for (let i = 0; i < length; i++) {
|
||||
const input = document.createElement('input');
|
||||
input.type = 'text';
|
||||
input.type = 'password';
|
||||
input.className = 'pin-digit';
|
||||
input.maxLength = 1;
|
||||
input.pattern = '[0-9]';
|
||||
|
Reference in New Issue
Block a user