Skip to content

Commit

Permalink
Reset all sessionStorage (Stripe) data as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZermattChris committed Apr 17, 2023
1 parent d07476e commit 43f132c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -842,6 +842,9 @@ export default {
if (this.$route.name !== 'Start') {
this.$router.push('/') // return to step 1
}
sessionStorage.clear() // this should reset all of the Stripe data as well.
window.location.reload()
},
Expand Down

0 comments on commit 43f132c

Please sign in to comment.