mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 11:51:14 -05:00
Fix contact page errors
This commit is contained in:
@@ -119,6 +119,7 @@ function AppContent() {
|
|||||||
<Route path="/terms" element={<Terms />} />
|
<Route path="/terms" element={<Terms />} />
|
||||||
<Route path="/privacy" element={<Privacy />} />
|
<Route path="/privacy" element={<Privacy />} />
|
||||||
<Route path="/submission-guidelines" element={<SubmissionGuidelines />} />
|
<Route path="/submission-guidelines" element={<SubmissionGuidelines />} />
|
||||||
|
<Route path="/contact" element={<Contact />} />
|
||||||
|
|
||||||
{/* User routes - lazy loaded */}
|
{/* User routes - lazy loaded */}
|
||||||
<Route path="/auth/callback" element={<AuthCallback />} />
|
<Route path="/auth/callback" element={<AuthCallback />} />
|
||||||
@@ -134,6 +135,7 @@ function AppContent() {
|
|||||||
<Route path="/admin/users" element={<AdminUsers />} />
|
<Route path="/admin/users" element={<AdminUsers />} />
|
||||||
<Route path="/admin/blog" element={<AdminBlog />} />
|
<Route path="/admin/blog" element={<AdminBlog />} />
|
||||||
<Route path="/admin/settings" element={<AdminSettings />} />
|
<Route path="/admin/settings" element={<AdminSettings />} />
|
||||||
|
<Route path="/admin/contact" element={<AdminContact />} />
|
||||||
|
|
||||||
{/* Utility routes - lazy loaded */}
|
{/* Utility routes - lazy loaded */}
|
||||||
<Route path="/force-logout" element={<ForceLogout />} />
|
<Route path="/force-logout" element={<ForceLogout />} />
|
||||||
|
|||||||
@@ -50,3 +50,6 @@ verify_jwt = true
|
|||||||
|
|
||||||
[functions.validate-email-backend]
|
[functions.validate-email-backend]
|
||||||
verify_jwt = false
|
verify_jwt = false
|
||||||
|
|
||||||
|
[functions.send-contact-message]
|
||||||
|
verify_jwt = false
|
||||||
Reference in New Issue
Block a user