Merge pull request #1698 from Safelite/rlsmerge/2024.01.19-to-2024.02.08
Rlsmerge/2024.01.19 to 2024.02.08
This commit is contained in:
commit
7137ca56be
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue