Skip to content

Commit

Permalink
Tweaked.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZermattChris committed Apr 17, 2023
1 parent 43f132c commit f4b96a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -838,12 +838,12 @@ export default {
if (confirm("DEBUG: Clear all stored data?") !== true) return
localStorage.clear()
sessionStorage.clear() // this should reset all of the Stripe data as well.
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 f4b96a5

Please sign in to comment.