Fix #407: Confirm email without requiring the user to validate the form manually
This commit is contained in:
parent
e4b0a6a457
commit
926e695576
|
@ -0,0 +1 @@
|
||||||
|
Confirm email without requiring the user to validate the form manually (#407)
|
|
@ -52,6 +52,11 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
mounted () {
|
||||||
|
if (this.key) {
|
||||||
|
this.submit()
|
||||||
|
}
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
submit() {
|
submit() {
|
||||||
let self = this
|
let self = this
|
||||||
|
|
Loading…
Reference in New Issue