diff --git a/frontend/src/components/Login.vue b/frontend/src/components/Login.vue index 982b6a8..7331340 100644 --- a/frontend/src/components/Login.vue +++ b/frontend/src/components/Login.vue @@ -49,9 +49,6 @@ onSubmit(evt) { evt.preventDefault() this.$store.dispatch('login', {username: this.form.username, password: this.form.password}) - .catch((err) => { - console.log(err) - }) .then(() => { this.$cookies.set('key', this.$store.state.key) if (!this.$route.params.returnTo)