added Successfully verify email send route(Vue)

This commit is contained in:
Milos Holba
2021-05-31 18:19:42 +02:00
parent 359ae80e22
commit 2bba4f961a
6 changed files with 95 additions and 4 deletions
+6 -1
View File
@@ -128,7 +128,12 @@
post('/api/user/email/resend/verify', {
email: this.loginEmail
})
.then(console.log('send'))
.then(
this.$router.push({name: 'SuccessfullySend'})
)
.catch(() => {
this.$isSomethingWrong()
})
},
async logIn() {