diff --git a/frontend/src/views/Pages/ForgotPassword.vue b/frontend/src/views/Pages/ForgotPassword.vue index fb8873ba6..8e8834e42 100644 --- a/frontend/src/views/Pages/ForgotPassword.vue +++ b/frontend/src/views/Pages/ForgotPassword.vue @@ -64,7 +64,7 @@ export default { }, }) .then(() => this.$router.push('/thx/password')) - .error(() => this.$router.push('/thx/password')) + .catch(() => this.$router.push('/thx/password')) }, }, }