We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b0777 commit a0c6d17Copy full SHA for a0c6d17
1 file changed
app/Rules/CloudflareTurnstile.php
@@ -20,7 +20,7 @@ public function validate(string $attribute, mixed $value, Closure $fail): void
20
]);
21
22
if (!$response->ok()) {
23
- $fail('Failed to validate token, Please try again later.');
+ $fail('Invalid or expired turnstile token!');
24
}
25
26
return;
0 commit comments