resolve reset password error

This commit is contained in:
ArenMg 2021-06-24 15:31:53 +03:00
parent 1e8344d3a3
commit 8a95a6114f
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,9 @@
mounted() {
this.$nextTick(() => {
if (this.$route.query.resetPassword && this.$route.query.token) {
this.open();
setTimeout(()=>{
this.open()
}, 2000)
}
});
},