Skip to content

Commit a0c6d17

Browse files
committed
Update error message for Cloudflare Turnstile validation
1 parent 20b0777 commit a0c6d17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Rules/CloudflareTurnstile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function validate(string $attribute, mixed $value, Closure $fail): void
2020
]);
2121

2222
if (!$response->ok()) {
23-
$fail('Failed to validate token, Please try again later.');
23+
$fail('Invalid or expired turnstile token!');
2424
}
2525

2626
return;

0 commit comments

Comments
 (0)