mirror of
https://github.com/immich-app/immich.git
synced 2026-05-31 03:45:19 -04:00
fix: also use Route.continue in pin code prompt
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user