mirror of
https://github.com/immich-app/immich.git
synced 2025-06-16 21:38:28 +02:00
fix(web): pin code input (#18456)
This commit is contained in:
parent
91b961642a
commit
b194aee754
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@
|
|||
} else if (target.value !== '') {
|
||||
pinValues[index] = '';
|
||||
}
|
||||
value = pinValues.join('').trim();
|
||||
return;
|
||||
}
|
||||
case 'ArrowLeft': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue