chore: rename function
This commit is contained in:
@ -575,7 +575,7 @@ const router = createRouter({
|
||||
],
|
||||
})
|
||||
|
||||
export function checkAuth(route: RouteLocation) {
|
||||
export function getAuthForRoute(route: RouteLocation) {
|
||||
const authUser = store.getters['auth/authUser']
|
||||
const authLinkShare = store.getters['auth/authLinkShare']
|
||||
|
||||
|
Reference in New Issue
Block a user