From 14e51b9f8705dcf4e37b2fca4c5bdbc778a9f75e Mon Sep 17 00:00:00 2001 From: Alexander Friedland Date: Fri, 21 Jan 2022 19:01:12 +0100 Subject: [PATCH] Update frontend/src/views/Pages/ResetPassword.vue Co-authored-by: Hannes Heine --- frontend/src/views/Pages/ResetPassword.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/views/Pages/ResetPassword.vue b/frontend/src/views/Pages/ResetPassword.vue index 69bc9e533..f0ed0c348 100644 --- a/frontend/src/views/Pages/ResetPassword.vue +++ b/frontend/src/views/Pages/ResetPassword.vue @@ -94,8 +94,7 @@ export default { this.form.password = '' if (this.$route.path.includes('checkEmail')) { this.$router.push('/thx/checkEmail') - } - if (this.$route.path.includes('reset')) { + } else if (this.$route.path.includes('reset')) { this.$router.push('/thx/reset') } })