Skip to content

Commit 1b29e73

Browse files
wuzihao051119savely-krasovsky
authored andcommitted
fix(web): pin code input (immich-app#18456)
1 parent a7789dd commit 1b29e73

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)