Merge branch 'fix/app-ready' into feature/vue3-modals-with-router-4

This commit is contained in:
Dominik Pschenitschni 2022-02-05 17:38:28 +01:00
commit 9a5b5c688d
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
3 changed files with 5 additions and 9 deletions

View file

@ -429,7 +429,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']