mirror of
https://github.com/gotson/komga.git
synced 2026-01-04 06:44:06 +01:00
fix(webui): add missing admin guard for history view
This commit is contained in:
parent
77c1069200
commit
b5928ebf26
1 changed files with 1 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ const router = new Router({
|
|||
{
|
||||
path: '/history',
|
||||
name: 'history',
|
||||
beforeEnter: adminGuard,
|
||||
component: () => import(/* webpackChunkName: "history" */ './views/HistoryView.vue'),
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue