mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 17:11:13 -05:00
Refactor: Simplify CAPTCHA bypass
This commit is contained in:
@@ -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';
|
||||||
Reference in New Issue
Block a user