Merge pull request #2023 from Safelite/feature/CSR-2247
allow sys to return to localhost
This commit is contained in:
commit
9a6bcc1231
1 changed files with 2 additions and 0 deletions
|
|
@ -134,6 +134,8 @@ export async function navigateToHeritageFunnel({ shouldSaveSession, pageNameToLo
|
|||
}
|
||||
|
||||
if (
|
||||
(process.env.VUE_APP_HERITAGE_FUNNEL.includes("fixmyglasstest") &&
|
||||
process.env.VUE_APP_CURRENT_ENVIRONMENT === "Localhost") ||
|
||||
(process.env.VUE_APP_HERITAGE_FUNNEL.includes("fixmyglassdev") &&
|
||||
process.env.VUE_APP_CURRENT_ENVIRONMENT === "Localhost") ||
|
||||
(process.env.VUE_APP_HERITAGE_FUNNEL.includes("localhost") &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue