diff --git a/src/router.ts b/src/router.ts index a750915..33b655a 100755 --- a/src/router.ts +++ b/src/router.ts @@ -156,13 +156,15 @@ export async function init(): Promise { // We connect to all relays now await services.connectAllRelays(); + await services.updateDeviceBlockHeight(); + // We register all the event listeners if we run in an iframe if (window.self !== window.top) { await registerAllListeners(); } if (services.isPaired()) { - await navigate('account'); + await navigate('process'); } else { await navigate('home'); }