Merge pull request #3334 from picklesrus/add-back-captcha-token

Add captcha token to ther request. It was left out of #3291.
This commit is contained in:
picklesrus 2019-09-11 14:57:53 -04:00 committed by GitHub
commit 3d7c23a6c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,7 @@ class JoinFlow extends React.Component {
'password': formData.password,
'birth_month': formData.birth_month,
'birth_year': formData.birth_year,
'g-recaptcha-response': null,
'g-recaptcha-response': formData['g-recaptcha-response'],
'gender': formData.gender,
'country': formData.country,
'subscribe': true,