aboutsummaryrefslogtreecommitdiff
path: root/src/components/registration/registration.js
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2018-12-22 06:17:56 +0000
committerShpuld Shpludson <shp@cock.li>2018-12-22 06:17:56 +0000
commite59b67e119f1f598354fb0dca86774e1b0f6c4c4 (patch)
treed0e074a620898570c9ba6e6b3791f471571817e4 /src/components/registration/registration.js
parent2921a25cb4979c2b9fa359e5137c046bdd0d1bcc (diff)
parent10642df528ab0119055224e289f39ecd48e49dbd (diff)
Merge branch 'captcha' into 'develop'
Make captcha stateless See merge request pleroma/pleroma-fe!434
Diffstat (limited to 'src/components/registration/registration.js')
-rw-r--r--src/components/registration/registration.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/registration/registration.js b/src/components/registration/registration.js
index 65b2fb9b..dd8e6e5d 100644
--- a/src/components/registration/registration.js
+++ b/src/components/registration/registration.js
@@ -48,8 +48,10 @@ const registration = {
async submit () {
this.user.nickname = this.user.username
this.user.token = this.token
+
this.user.captcha_solution = this.captcha.solution
this.user.captcha_token = this.captcha.token
+ this.user.captcha_answer_data = this.captcha.answer_data
this.$v.$touch()