Integrated hCaptcha.

This commit is contained in:
2026-01-24 17:53:01 +01:00
parent 9933b4fbf0
commit b7bd0fac03
6 changed files with 84 additions and 2 deletions

View File

@@ -45,6 +45,10 @@ export default async function mainHandler(req, res, next) {
psa: config.psa,
links: config.links,
socials,
captcha: {
enabled: config.auth.captcha.enabled,
siteKey: config.auth.captcha.siteKey,
},
},
meta: {
now: new Date().toISOString(),