disable recaptcha

This commit is contained in:
2023-04-26 20:25:38 +10:00
parent 50aaf8b343
commit ac326d2d74
16 changed files with 45 additions and 63 deletions

View File

@@ -16,7 +16,7 @@ class UserForgotPasswordRequest extends FormRequest
{
return [
'username' => 'required|exists:users,username',
'captcha_token' => [new Recaptcha()],
// 'captcha_token' => [new Recaptcha()],
];
}
}