Refactor: Simplify CAPTCHA bypass

This commit is contained in:
gpt-engineer-app[bot]
2025-10-11 00:47:54 +00:00
parent 3f08dcb203
commit 9c5487baff

View File

@@ -0,0 +1,4 @@
-- Remove the CAPTCHA bypass setting from admin_settings
-- This setting is now controlled exclusively via VITE_ALLOW_CAPTCHA_BYPASS environment variable
DELETE FROM public.admin_settings
WHERE setting_key = 'auth.captcha_bypass_enabled';