This commit is contained in:
Henrique Dias 2017-07-08 14:46:27 +01:00
parent 66093fe117
commit 2e2ec8789a
No known key found for this signature in database
GPG Key ID: 936F5EB68D786730

View File

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