Fix style

This commit is contained in:
Ekaterina Vaartis 2018-12-16 22:55:11 +03:00
parent ab6f1904fa
commit d2984b9bc5
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ const registration = {
}
}
},
setCaptcha() {
setCaptcha () {
this.getCaptcha().then(cpt => { this.captcha = cpt })
}
}