diff --git a/src/router/index.js b/src/router/index.js index 7f5fcbf80..833a359b7 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -198,6 +198,7 @@ const routes = [ if (to.query.fmgPage === fmgPageValues.PAYMENT) { await store.getters.applicationUser.saveSessionPromise; window.location = applicationConfig.PIA_CANCEL_URL; + return; } GoToFunnelStartOn404(next);