diff --git a/frontend/main.js b/frontend/main.js index 293051c..7fb51d9 100644 --- a/frontend/main.js +++ b/frontend/main.js @@ -45,7 +45,7 @@ new Vue({ .then((user) => { this.$store.commit('initialize') this.$store.commit('setUser', user) - this.$router.push('/') + this.$router.push('/').catch(() => {}) }) .catch(() => { this.$notification.open({ diff --git a/frontend/views/Login.vue b/frontend/views/Login.vue index 01bf51e..bc79b5d 100644 --- a/frontend/views/Login.vue +++ b/frontend/views/Login.vue @@ -1,6 +1,6 @@