mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Fixe the error case their is no method named error the used one is named catch.
This commit is contained in:
parent
9b8f8f620f
commit
b64b3362e5
@ -64,7 +64,7 @@ export default {
|
||||
},
|
||||
})
|
||||
.then(() => this.$router.push('/thx/password'))
|
||||
.error(() => this.$router.push('/thx/password'))
|
||||
.catch(() => this.$router.push('/thx/password'))
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user