diff options
| author | Ekaterina Vaartis <vaartis@cock.li> | 2018-12-16 22:55:11 +0300 |
|---|---|---|
| committer | Ekaterina Vaartis <vaartis@cock.li> | 2018-12-16 22:55:11 +0300 |
| commit | d2984b9bc50a2565e8e83eaff36ce44239062e41 (patch) | |
| tree | 499a2933bf39f0797e39336f60bf855357ad0e2e /src/components | |
| parent | ab6f1904fae8fad7e4a5de89d6d613285283f28e (diff) | |
Fix style
Diffstat (limited to 'src/components')
| -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 }) } } |
