From bcd251bedfd1659fd4d36a35f21802caf62393cd Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Fri, 10 Mar 2023 09:44:06 +0100 Subject: [PATCH] Remove guard --- client/src/router/index.ts | 1 - 1 file changed, 1 deletion(-) 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: "",