mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -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,
|
||||
'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,
|
||||
|
|
Loading…
Reference in a new issue