fix: use correct dummy secret for local Cloudflare Turnstile verification
This commit is contained in:
+1
-1
@@ -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 |
Reference in New Issue
Block a user