Fix contact page errors

This commit is contained in:
gpt-engineer-app[bot]
2025-10-28 17:05:13 +00:00
parent e5f8ecefeb
commit 80e63ab355
2 changed files with 5 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ function AppContent() {
<Route path="/terms" element={<Terms />} />
<Route path="/privacy" element={<Privacy />} />
<Route path="/submission-guidelines" element={<SubmissionGuidelines />} />
<Route path="/contact" element={<Contact />} />
{/* User routes - lazy loaded */}
<Route path="/auth/callback" element={<AuthCallback />} />
@@ -134,6 +135,7 @@ function AppContent() {
<Route path="/admin/users" element={<AdminUsers />} />
<Route path="/admin/blog" element={<AdminBlog />} />
<Route path="/admin/settings" element={<AdminSettings />} />
<Route path="/admin/contact" element={<AdminContact />} />
{/* Utility routes - lazy loaded */}
<Route path="/force-logout" element={<ForceLogout />} />

View File

@@ -49,4 +49,7 @@ verify_jwt = true
verify_jwt = true
[functions.validate-email-backend]
verify_jwt = false
[functions.send-contact-message]
verify_jwt = false