another fix

This commit is contained in:
CarlNation 2024-11-15 12:24:03 -05:00
parent 29ca98ca31
commit 33d26f8d37

View file

@ -51,10 +51,9 @@ const routes = [
// If we have no query string, or we don't have the FmgPage query string.
try {
log("------------- router index.js beforeEnter start -----------------");
log(" --to: ", JSON.stringify(to));
log(" --from: ", JSON.stringify(from));
log(" --next: ", JSON.stringify(next));
log(" --cookie: ", JSON.stringify(getFunnelCookie()));
log(" --to: ", to);
log(" --from: ", from);
log(" --cookie: ", getFunnelCookie());
await analyticsMixin.methods.validateSession();