mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-30 02:56:20 -05:00
Add captcha token to ther request. It was left out of #3291.
This commit is contained in:
parent
290a6ad9ad
commit
b15dcaa2bc
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class JoinFlow extends React.Component {
|
||||||
'password': formData.password,
|
'password': formData.password,
|
||||||
'birth_month': formData.birth_month,
|
'birth_month': formData.birth_month,
|
||||||
'birth_year': formData.birth_year,
|
'birth_year': formData.birth_year,
|
||||||
'g-recaptcha-response': null,
|
'g-recaptcha-response': formData['g-recaptcha-response'],
|
||||||
'gender': formData.gender,
|
'gender': formData.gender,
|
||||||
'country': formData.country,
|
'country': formData.country,
|
||||||
'subscribe': true,
|
'subscribe': true,
|
||||||
|
|
Loading…
Reference in a new issue