fix: use correct dummy secret for local Cloudflare Turnstile verification

This commit is contained in:
2026-06-12 23:37:07 +02:00
parent 2e8298b3b6
commit 19139124ca
2 changed files with 1 additions and 1 deletions
@@ -15,7 +15,7 @@ import java.util.Map;
@Service
public class CaptchaValidationService {
@Value("${captcha.secret:dummy-secret}")
@Value("${captcha.secret:1x0000000000000000000000000000000AA}")
private String captchaSecret;
@Value("${captcha.url:https://challenges.cloudflare.com/turnstile/v0/siteverify}")
Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB