We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbfe00 commit 7eea761Copy full SHA for 7eea761
1 file changed
app/Http/Controllers/Auth/ForgotPasswordController.php
@@ -54,7 +54,7 @@ protected function validateEmail(Request $request)
54
];
55
} else {
56
throw new \RuntimeException(
57
- 'Captcha is enabled but driver is not properly configured. ' .
+ 'Captcha is enabled but driver is not properly configured. '.
58
'Set LOOPS_CAPTCHA_DRIVER to either "turnstile" or "hcaptcha".'
59
);
60
}
0 commit comments