Fix #407: Confirm email without requiring the user to validate the form manually

This commit is contained in:
Agate 2020-07-06 13:01:27 +02:00
parent e4b0a6a457
commit 926e695576
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
Confirm email without requiring the user to validate the form manually (#407)

View File

@ -52,6 +52,11 @@ export default {
}
}
},
mounted () {
if (this.key) {
this.submit()
}
},
methods: {
submit() {
let self = this