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:
Rico van Zelst
2024-02-24 21:52:00 +01:00
parent 1ed7856985
commit 8bdcd5b086
6 changed files with 131 additions and 38 deletions

View File

@@ -20,6 +20,9 @@ GTAG_MEASUREMENT_ID="G-XXXXXXXXXX"
DISCORD_ALERT_WEBHOOK="https://discord.com/api/webhooks/000000000000000000/"
HONEYPOT_NAME="honeypot"
HCAPTCHA_SECRET=secret-key
HCAPTCHA_SITEKEY=site-key
LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug