From cc30b02389118c312a06e053f990d95d283a8379 Mon Sep 17 00:00:00 2001 From: Hannes Heine Date: Tue, 10 Aug 2021 14:47:19 +0200 Subject: [PATCH] Lint fix. --- frontend/src/views/Pages/ForgotPassword.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }) },