Skip to content

Commit b194aee

Browse files
fix(web): pin code input (#18456)
1 parent 91b9616 commit b194aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/src/lib/components/user-settings-page/PinCodeInput.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
} else if (target.value !== '') {
8989
pinValues[index] = '';
9090
}
91+
value = pinValues.join('').trim();
9192
return;
9293
}
9394
case 'ArrowLeft': {

0 commit comments

Comments
 (0)