Merge pull request #1699 from Safelite/rlsmerge/2024.01.19-to-develop

Rlsmerge/2024.01.19 to develop
This commit is contained in:
CarlNation 2024-01-19 14:35:00 -05:00 committed by GitHub
commit 85dd1ee57a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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);
}