From a1d39c393054285eee0456062f909d1a7c7a976c Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Mon, 16 Mar 2020 18:36:06 -0400 Subject: [PATCH] auth: remove console.log --- frontend/src/components/Login.vue | 3 --- 1 file changed, 3 deletions(-) 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) -- 2.40.1