Skip to content

Commit 95b3c3f

Browse files
committed
Remove auth check on About page
1 parent 8469859 commit 95b3c3f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

app/assets/router/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ const router = createRouter({
1919
path: '/about',
2020
name: 'about',
2121
meta: {
22-
auth: {
23-
redirect: { name: 'account.login' }
24-
},
2522
title: 'About'
2623
},
2724
component: () => import('../views/AboutView.vue')

0 commit comments

Comments
 (0)