chore: rename function
This commit is contained in:
parent
55826bb8c9
commit
dfa30258aa
2 changed files with 3 additions and 3 deletions
|
|
@ -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 a new issue