diff --git a/src/App.tsx b/src/App.tsx index 4e69af72..717298c6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -119,6 +119,7 @@ function AppContent() { } /> } /> } /> + } /> {/* User routes - lazy loaded */} } /> @@ -134,6 +135,7 @@ function AppContent() { } /> } /> } /> + } /> {/* Utility routes - lazy loaded */} } /> diff --git a/supabase/config.toml b/supabase/config.toml index d938645b..d15f9420 100644 --- a/supabase/config.toml +++ b/supabase/config.toml @@ -49,4 +49,7 @@ verify_jwt = true verify_jwt = true [functions.validate-email-backend] +verify_jwt = false + +[functions.send-contact-message] verify_jwt = false \ No newline at end of file