From a8c9db5e237ec7933e75089a7061d3137c9a57b0 Mon Sep 17 00:00:00 2001 From: WittF Date: Thu, 26 Jun 2025 06:14:28 +0800 Subject: [PATCH] fix(captcha): update Cap field names in defaults configuration --- inventory/setting.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/setting.go b/inventory/setting.go index c08a203..a07b35c 100644 --- a/inventory/setting.go +++ b/inventory/setting.go @@ -393,8 +393,8 @@ var DefaultSettings = map[string]string{ "captcha_turnstile_site_key": "", "captcha_turnstile_site_secret": "", "captcha_cap_instance_url": "", - "captcha_cap_key_id": "", - "captcha_cap_key_secret": "", + "captcha_cap_site_key": "", + "captcha_cap_secret_key": "", "thumb_width": "400", "thumb_height": "300", "thumb_entity_suffix": "._thumb",