Remove guard

This commit is contained in:
Christian Cueni 2023-03-10 09:44:06 +01:00
parent d233b782bc
commit bcd251bedf
1 changed files with 0 additions and 1 deletions

View File

@ -107,7 +107,6 @@ const router = createRouter({
path: "/course/:courseSlug/cockpit",
props: true,
component: () => import("@/pages/cockpit/CockpitParentPage.vue"),
beforeEnter: [expertRequired],
children: [
{
path: "",