diff --git a/frontend/src/views/Pages/ForgotPassword.vue b/frontend/src/views/Pages/ForgotPassword.vue index 2fb237b67..4d4fe4c80 100644 --- a/frontend/src/views/Pages/ForgotPassword.vue +++ b/frontend/src/views/Pages/ForgotPassword.vue @@ -66,7 +66,7 @@ export default { .then((result) => { this.$router.push('/thx/password') }) - .catch((error) => { + .catch(() => { this.$router.push('/thx/password') }) },