chore: rename function

This commit is contained in:
kolaente 2022-02-01 21:25:42 +01:00
parent 55826bb8c9
commit dfa30258aa
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
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']