From c9631c1e7126d70fac335a1c86b4e37ad889ae98 Mon Sep 17 00:00:00 2001 From: dpschen Date: Wed, 8 Sep 2021 16:28:26 +0000 Subject: [PATCH] fix: call to /null from background image (#714) Co-authored-by: Dominik Pschenitschni Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/714 Co-authored-by: dpschen Co-committed-by: dpschen --- src/components/home/contentAuth.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/home/contentAuth.vue b/src/components/home/contentAuth.vue index 6a9853a5e..970fcd312 100644 --- a/src/components/home/contentAuth.vue +++ b/src/components/home/contentAuth.vue @@ -5,7 +5,7 @@
@@ -62,7 +62,7 @@ export default { return state.namespaces.namespaces.filter(n => !n.isArchived) }, currentList: CURRENT_LIST, - background: 'background', // FIXME: Return the full thing or nothing at all to prevent calls to /null + background: 'background', menuActive: MENU_ACTIVE, userInfo: state => state.auth.info, authenticated: state => state.auth.authenticated,