Fix style
This commit is contained in:
parent
ab6f1904fa
commit
d2984b9bc5
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ const registration = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
setCaptcha() {
|
setCaptcha () {
|
||||||
this.getCaptcha().then(cpt => { this.captcha = cpt })
|
this.getCaptcha().then(cpt => { this.captcha = cpt })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue