diff --git a/client/src/router/index.ts b/client/src/router/index.ts index 340f6b6e..923abad2 100644 --- a/client/src/router/index.ts +++ b/client/src/router/index.ts @@ -107,7 +107,6 @@ const router = createRouter({ path: "/course/:courseSlug/cockpit", props: true, component: () => import("@/pages/cockpit/CockpitParentPage.vue"), - beforeEnter: [expertRequired], children: [ { path: "",