From 80e63ab35587807629df549061e4bfa824e9de13 Mon Sep 17 00:00:00 2001
From: "gpt-engineer-app[bot]"
<159125892+gpt-engineer-app[bot]@users.noreply.github.com>
Date: Tue, 28 Oct 2025 17:05:13 +0000
Subject: [PATCH] Fix contact page errors
---
src/App.tsx | 2 ++
supabase/config.toml | 3 +++
2 files changed, 5 insertions(+)
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