Merge pull request #1604 from Safelite/feature/Digital/csr-1865

Update confirmation.vue
This commit is contained in:
hiteshkumar87 2023-12-01 19:16:23 +05:30 committed by GitHub
commit 0a6d7989d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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: {