diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/registration/registration.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 }) } } |
