diff --git a/src/components/registration/registration.js b/src/components/registration/registration.js index 6b79469c..a6c79e87 100644 --- a/src/components/registration/registration.js +++ b/src/components/registration/registration.js @@ -62,7 +62,7 @@ const registration = { } } }, - setCaptcha() { + setCaptcha () { this.getCaptcha().then(cpt => { this.captcha = cpt }) } }