Skip to content

Commit

Permalink
Fix password reset
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoxGagarin authored and MrNaif2018 committed Dec 23, 2024
1 parent 2b8f3a5 commit 9508e53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/forgotpassword.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export default {
})
.then((r) => {
setsuccess()
this.$router.push("/login")
})
.catch((r) => {
this.detail = r.response.data.detail
Expand Down

0 comments on commit 9508e53

Please sign in to comment.