Update confirmation.vue

Back to Safelite button redirecting to environment content site.
This commit is contained in:
hiteshkumar87 2023-12-01 19:07:27 +05:30
parent 496afe17d8
commit c6a50eb67d

View file

@ -300,7 +300,7 @@ export default {
return serviceLocationReqs && scheduleReqs && customerReqs; return serviceLocationReqs && scheduleReqs && customerReqs;
}, },
forwardButtonAction() { forwardButtonAction() {
window.location.assign("//www.safelite.com/"); window.location.assign(location.protocol + "//" + location.host);
}, },
}, },
components: { components: {