Skip to content
Snippets Groups Projects
Commit 45dcfc8a authored by syuilo's avatar syuilo
Browse files

Fix #1531

parent 7ee0cad0
No related branches found
No related tags found
No related merge requests found
......@@ -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']
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment