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