This commit is contained in:
Henrique Dias
2017-07-08 14:46:27 +01:00
parent 66093fe117
commit 2e2ec8789a

View File

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