Removed the console.log.

This commit is contained in:
Hannes Heine 2021-08-12 21:50:17 +02:00
parent 8b28177f11
commit 9117cc3f2d

View File

@ -93,7 +93,6 @@ export default {
const { const {
data: { login }, data: { login },
} = result } = result
console.log('login:', login)
this.$store.dispatch('login', login) this.$store.dispatch('login', login)
this.$router.push('/overview') this.$router.push('/overview')
loader.hide() loader.hide()