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

@@ -18,7 +18,7 @@ class ContactSendRequest extends FormRequest
'name' => 'required|max:255',
'email' => 'required|email|max:255',
'content' => 'required|max:2000',
'captcha_token' => [new Recaptcha()],
// 'captcha_token' => [new Recaptcha()],
];
}
}