Add captcha token to ther request. It was left out of #3291.

This commit is contained in:
picklesrus 2019-09-11 12:36:56 -04:00
parent 290a6ad9ad
commit b15dcaa2bc

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,