diff --git a/src/App.vue b/src/App.vue index dc65fb5e..2e7c7ad8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -92,7 +92,6 @@ export default { if (this.user) { this.load(); } else if (this.$route.name !== 'auth' && !this.$route.params.providerId) { - // TODO: null check ^ this.$router.replace({ name: 'auth' }); } },