Skip to content

Commit

Permalink
refactor(ui): remove redirect from error layout (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mercs600 committed Oct 5, 2021
1 parent 82adb0c commit 65a8d39
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/nuxt-typo3-theme/src/layouts/error.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ export default Vue.extend({
return { ...errorPageTranslations, ...this.i18n }
}
},
created () {
if (this.$nuxt.isOffline) {
this.$router.push('/offline')
}
}
})
</script>

0 comments on commit 65a8d39

Please sign in to comment.