We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8469859 commit 95b3c3fCopy full SHA for 95b3c3f
1 file changed
app/assets/router/index.ts
@@ -19,9 +19,6 @@ const router = createRouter({
19
path: '/about',
20
name: 'about',
21
meta: {
22
- auth: {
23
- redirect: { name: 'account.login' }
24
- },
25
title: 'About'
26
},
27
component: () => import('../views/AboutView.vue')
0 commit comments