js fixes & lint

This commit is contained in:
Milos Stojanovic
2019-06-25 16:22:11 +02:00
parent b08d105cef
commit 145d167fa1
13 changed files with 28 additions and 26 deletions

View File

@@ -1,3 +1,5 @@
/* eslint-disable no-console */
import Vue from 'vue'
import App from './App.vue'
import router from './router'
@@ -43,7 +45,7 @@ new Vue({
this.$store.commit('setUser', user)
this.$router.push('/')
})
.catch(error => {
.catch(() => {
this.$notification.open({
message: this.lang('Something went wrong'),
type: 'is-danger',