aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/ApiAuth.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/ApiAuth.vue b/src/components/ApiAuth.vue
index 5139f74..57b2acb 100644
--- a/src/components/ApiAuth.vue
+++ b/src/components/ApiAuth.vue
@@ -60,7 +60,6 @@
username: this.username,
password: this.password,
}
- console.log(params)
this.authError = undefined
this.$http.post('/auth', params).then((response) => {
that.$store.commit('user/setAuthToken', { authToken: response.data.token })