fixes profile pages protection

This commit is contained in:
Christian Beutel
2024-11-09 12:11:07 +01:00
parent 00f689ec2f
commit c6bb1b3615

View File

@@ -2,6 +2,7 @@ const privateRoutes = [
"/settings", "/settings",
"/lists", "/lists",
"/trail/edit/new", "/trail/edit/new",
"/profile"
] ]
export function isRouteProtected(path: string) { export function isRouteProtected(path: string) {