This commit is contained in:
syuilo 2018-04-22 10:14:25 +09:00
parent 7ee0cad010
commit 45dcfc8a00

View file

@ -140,8 +140,8 @@ inquirer.prompt(form).then(as => {
pass: as['es_pass'] || null
},
recaptcha: {
siteKey: as['recaptcha_site'],
secretKey: as['recaptcha_secret']
site_key: as['recaptcha_site'],
secret_key: as['recaptcha_secret']
}
};