Fix route

This commit is contained in:
Arthur Belleville 2025-10-27 10:30:17 +01:00
parent c0d3e9b71a
commit a18489c056
No known key found for this signature in database

View file

@ -104,7 +104,7 @@ export const routes: RouteObject[] = [
},
// Protected routes with redirect to current page
{
path: "/join/:tablo_name",
path: "/join-tablo",
element: <ProtectedRoute fallback="/login" shouldRedirectToCurrentPage />,
children: [
{