diff --git a/supabase/migrations/20251011004742_96c9e748-c450-4e39-a2c2-146ebf97a818.sql b/supabase/migrations/20251011004742_96c9e748-c450-4e39-a2c2-146ebf97a818.sql new file mode 100644 index 00000000..474e8302 --- /dev/null +++ b/supabase/migrations/20251011004742_96c9e748-c450-4e39-a2c2-146ebf97a818.sql @@ -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'; \ No newline at end of file