mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-17 09:01:06 +02:00
Complete api errors standardization
This commit is contained in:
@ -70,7 +70,7 @@
|
||||
handleSubmit(e) {
|
||||
e.preventDefault()
|
||||
|
||||
this.form.post('/api/password/reset')
|
||||
this.form.post('/api/password/reset', {returnError: true})
|
||||
.then(response => {
|
||||
|
||||
this.$router.go('/');
|
||||
|
Reference in New Issue
Block a user