CASH-60 return to avoid race conditions.
This commit is contained in:
CarlNation 2025-01-03 13:58:09 -05:00
parent c61a299adb
commit e54363e503

View file

@ -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);