Skip to content

Commit

Permalink
for live free verion issue solved (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-anjali-rana authored Mar 2, 2024
1 parent 57863a8 commit 9991d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/router/MainRoutes.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const MainRoutes = {
path: '/main',
meta: {
requiresAuth: true
requiresAuth: false
},
redirect: '/main/dashboard/default',
redirect: '/dashboard/default',
component: () => import('@/layouts/full/FullLayout.vue'),
children: [
{
Expand Down

0 comments on commit 9991d61

Please sign in to comment.