diff --git a/komga-webui/src/router.ts b/komga-webui/src/router.ts index 264f0ef3e..c9ebf9010 100644 --- a/komga-webui/src/router.ts +++ b/komga-webui/src/router.ts @@ -152,6 +152,7 @@ const router = new Router({ { path: '/history', name: 'history', + beforeEnter: adminGuard, component: () => import(/* webpackChunkName: "history" */ './views/HistoryView.vue'), }, {