fix: also use Route.continue in pin code prompt

pull/28706/head
bwees 2026-05-30 14:45:09 -05:00
parent 306df18432
commit 0a3878cfb8
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

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;