fix: also use Route.continue in pin code prompt
parent
306df18432
commit
0a3878cfb8
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue