Merge branch 'release/2024.01.19' into feature/debugLoop

This commit is contained in:
CarlNation 2024-01-19 11:13:25 -05:00
commit a2ee626406

View file

@ -51,6 +51,7 @@ const routes = [
// If the saved session has timed out, clear the session, execute 404 logic.
if (getFunnelCookie() !== null && !isSavedSessionStillActive()) {
await baseMixin.methods.dispatchStoreAction(storeActions.RESET_STATE);
deleteFunnelCookie();
GoToFunnelStartOn404(next);
}