aboutsummaryrefslogtreecommitdiff
path: root/src/components/registration
diff options
context:
space:
mode:
authorEkaterina Vaartis <vaartis@cock.li>2018-12-16 22:55:11 +0300
committerEkaterina Vaartis <vaartis@cock.li>2018-12-16 22:55:11 +0300
commitd2984b9bc50a2565e8e83eaff36ce44239062e41 (patch)
tree499a2933bf39f0797e39336f60bf855357ad0e2e /src/components/registration
parentab6f1904fae8fad7e4a5de89d6d613285283f28e (diff)
Fix style
Diffstat (limited to 'src/components/registration')
-rw-r--r--src/components/registration/registration.js2
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 })
}
}