fix: lint
This commit is contained in:
@ -488,7 +488,7 @@ export function getAuthForRoute(route: RouteLocation) {
|
||||
}
|
||||
}
|
||||
|
||||
router.beforeEach((to, from) => {
|
||||
router.beforeEach((to) => {
|
||||
return getAuthForRoute(to)
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user