Fix route
This commit is contained in:
parent
c0d3e9b71a
commit
a18489c056
1 changed files with 1 additions and 1 deletions
|
|
@ -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: [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue