mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-26 09:36:02 -07:00
Fix #1531
This commit is contained in:
parent
df47ae863f
commit
ce4cac398e
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