Complete api errors standardization

This commit is contained in:
Bubka
2020-01-27 21:13:21 +01:00
parent 17f43b6f68
commit e0207b096d
8 changed files with 32 additions and 75 deletions

View File

@ -53,7 +53,7 @@
handleSubmit(e) {
e.preventDefault()
this.form.post('/api/password/email')
this.form.post('/api/password/email', {returnError: true})
.then(response => {
this.response = response.data.status