forked from FoundKeyGang/FoundKey
Fix #1531
This commit is contained in:
parent
7ee0cad010
commit
45dcfc8a00
1 changed files with 2 additions and 2 deletions
|
@ -140,8 +140,8 @@ inquirer.prompt(form).then(as => {
|
||||||
pass: as['es_pass'] || null
|
pass: as['es_pass'] || null
|
||||||
},
|
},
|
||||||
recaptcha: {
|
recaptcha: {
|
||||||
siteKey: as['recaptcha_site'],
|
site_key: as['recaptcha_site'],
|
||||||
secretKey: as['recaptcha_secret']
|
secret_key: as['recaptcha_secret']
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue