Revert "CASH-139"

This reverts commit 1240ef92c0.
This commit is contained in:
CarlNation 2025-01-23 09:42:19 -05:00
parent 8d9f46bc44
commit 64c09c2429

View file

@ -58,11 +58,6 @@ const routes = [
await analyticsMixin.methods.validateSession();
// after session is validated, remove the fromHeritage querystring if it exists so session expiration works
if (to.query) {
delete to.query[queryStrings.FROM_HERITAGE];
}
if (getFunnelCookie()?.SuppressConceptFunnel) {
log(" --go to heritage suppressConceptFunnel: ");
await navigateToHeritageFunnel({ shouldSaveSession: false });
@ -190,6 +185,7 @@ const routes = [
log( " --clear to.query");
delete to.query[queryStrings.FMG_PAGE];
//to.query[queryStrings.FMG_PAGE] = "";
log(" --to.query cleared ", JSON.stringify(to.query));
}