Error messages in boxes instead of console.log

This commit is contained in:
Henrique Dias
2017-07-08 14:45:56 +01:00
parent bb116fe5b0
commit 66093fe117
5 changed files with 6 additions and 7 deletions

View File

@@ -124,7 +124,6 @@ export default {
this.rules = this.rules.trim()
}).catch(error => {
console.log(error)
this.$router.push({ path: '/users/new' })
})
},