remove alert

This commit is contained in:
ogerly 2022-06-16 23:55:57 +02:00
parent 6210ff8597
commit 1d66b9511c

View File

@ -88,7 +88,6 @@ export default {
? this.$t('message.checkEmail')
: this.$t('message.reset')
this.messageButtonText = this.$t('login')
alert(this.$route.params.code)
if (this.$route.params.code) {
this.messageButtonLinktTo = `/login/${this.$route.params.code}`
} else {