Skip to content
Snippets Groups Projects
Commit 0ad3c48e authored by Gilgard's avatar Gilgard
Browse files

Some guarding

parent 9077cf1a
No related branches found
No related tags found
1 merge request!133Edit listing
Pipeline #181642 failed
...@@ -103,9 +103,9 @@ const routes = [ ...@@ -103,9 +103,9 @@ const routes = [
path: "/community/:communityID/private/join", path: "/community/:communityID/private/join",
name: "communityRequest", name: "communityRequest",
component: () => import("../views/CommunityViews/CommunityRequestView.vue"), component: () => import("../views/CommunityViews/CommunityRequestView.vue"),
beforeEnter: guardRoute,
}, },
{ {
beforeEnter: guardRoute,
path: "/test", path: "/test",
name: "test", name: "test",
component: () => import("../views/TestView.vue"), component: () => import("../views/TestView.vue"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment