fix: also use Route.continue in pin code prompt

This commit is contained in:
bwees
2026-05-30 14:45:09 -05:00
parent 306df18432
commit 0a3878cfb8
+1 -1
View File
@@ -30,7 +30,7 @@
await new Promise((resolve) => setTimeout(resolve, 1000));
await goto(data.continueUrl);
await goto(Route.continue(data.continueUrl, Route.photos()));
} catch (error) {
handleError(error, $t('wrong_pin_code'));
isBadPinCode = true;