Merge branch 'release/2024.01.19' into rlsmerge/2024.01.19-to-2024.02.08

This commit is contained in:
CarlNation 2024-01-19 14:23:35 -05:00
commit 9ed0972854

View file

@ -50,6 +50,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);
}