diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 4b885403..b1207448 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -10,10 +10,6 @@ } const showMenuBar = computed(() => (route.meta as RouteMeta).requiresAuth && auth.authState.user); - - auth.loadUser().catch((_error) => { - // TODO Could not load user! - });