Skip to content

Commit 50f366d

Browse files
committed
Fix cf-response field name.
1 parent c477395 commit 50f366d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Guards/TurnstileGuard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class TurnstileGuard extends Guard
1212
*
1313
* @var string
1414
*/
15-
const fieldName = 'turnstile-response';
15+
const fieldName = 'cf-turnstile-response';
1616

1717
/**
1818
* URL for the Turnstile verification

0 commit comments

Comments
 (0)