We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c718c52 commit f948cb6Copy full SHA for f948cb6
package.json
@@ -51,5 +51,6 @@
51
"vue-server-renderer": "<2.7",
52
"vue-template-compiler": "<2.7",
53
"vuetify-loader": "1.7.3"
54
- }
+ },
55
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
56
}
pages/forgotpassword.vue
@@ -127,6 +127,7 @@ export default {
127
})
128
.then((r) => {
129
setsuccess()
130
+ this.$router.push("/login")
131
132
.catch((r) => {
133
this.detail = r.response.data.detail
0 commit comments