mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2026-05-07 18:45:48 +02:00
feat(contact): Add hCaptcha integration, Discord alert for contact
- Added hCaptcha validation to the contact form. - Integrated hCaptcha configuration in the application. - Implemented Discord alerts for new contact submissions with detailed content.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'secret' => env('HCAPTCHA_SECRET'),
|
||||
'sitekey' => env('HCAPTCHA_SITEKEY'),
|
||||
'server-get-config' => false,
|
||||
'options' => [
|
||||
'timeout' => 30,
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user