1
0

chore: rename function

This commit is contained in:
kolaente
2022-02-01 21:25:42 +01:00
parent 55826bb8c9
commit dfa30258aa
2 changed files with 3 additions and 3 deletions

View File

@ -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']