/opt/canhelp/node_modules/better-auth/dist/plugins/captcha/verify-handlers
NameSizeModeActions
captchafox.mjs11030644editdlrm
captchafox.mjs.map24520644editdlrm
cloudflare-turnstile.mjs10230644editdlrm
cloudflare-turnstile.mjs.map20910644editdlrm
google-recaptcha.mjs12480644editdlrm
google-recaptcha.mjs.map27280644editdlrm
h-captcha.mjs10970644editdlrm
h-captcha.mjs.map26700644editdlrm
index.mjs2280644editdlrm
Edit: /opt/canhelp/node_modules/better-auth/dist/plugins/captcha/verify-handlers/index.mjs (228B)
import { captchaFox } from "./captchafox.mjs"; import { cloudflareTurnstile } from "./cloudflare-turnstile.mjs"; import { googleRecaptcha } from "./google-recaptcha.mjs"; import { hCaptcha } from "./h-captcha.mjs"; export { };