Skip to content

Commit

Permalink
access /app/admin/settings without key setup
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Jan 26, 2024
1 parent 5c1cf28 commit a070367
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ const routes: RouteRecordRaw[] = [
{
path: 'settings',
component: AdminSettings,
props: (route) => ({ token: route.query.token })
props: (route) => ({ token: route.query.token }),
meta: { skipSetup: true }
},
{
path: 'auditlog',
Expand Down

0 comments on commit a070367

Please sign in to comment.