From 9508e53b26059faedf12e37fa178d600f560f359 Mon Sep 17 00:00:00 2001 From: TimoxGagarin Date: Sun, 19 May 2024 23:48:04 +0300 Subject: [PATCH] Fix password reset --- pages/forgotpassword.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/forgotpassword.vue b/pages/forgotpassword.vue index d5efcac..67f3e45 100644 --- a/pages/forgotpassword.vue +++ b/pages/forgotpassword.vue @@ -127,6 +127,7 @@ export default { }) .then((r) => { setsuccess() + this.$router.push("/login") }) .catch((r) => { this.detail = r.response.data.detail