mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-26 07:55:14 +00:00
Update src/server/api/private/signup.ts
This commit is contained in:
parent
9053b9635e
commit
b2c703c173
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ export default async (ctx: Koa.Context) => {
|
||||||
// Verify *Captcha
|
// Verify *Captcha
|
||||||
// ただしテスト時はこの機構は障害となるため無効にする
|
// ただしテスト時はこの機構は障害となるため無効にする
|
||||||
if (process.env.NODE_ENV !== 'test') {
|
if (process.env.NODE_ENV !== 'test') {
|
||||||
if (instance.enableHcaptcha && instance.hcaptchaSecretKey) {
|
if (instance.enableHcaptcha && instance.hcaptchaSecretKey) {
|
||||||
const success = await verify(instance.hcaptchaSecretKey, body['hcaptcha-response']).then(
|
const success = await verify(instance.hcaptchaSecretKey, body['hcaptcha-response']).then(
|
||||||
({ success }) => success,
|
({ success }) => success,
|
||||||
() => false,
|
() => false,
|
||||||
|
|
Loading…
Reference in a new issue