From 4cf545da3d4f51b4d8b6dd65cc804eef413d05c6 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Fri, 7 Feb 2025 17:18:34 +0100 Subject: [PATCH] chore(front): load user modals only when user logged in --- front/src/App.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/front/src/App.vue b/front/src/App.vue index a88efc2b3..bd85ec9a1 100644 --- a/front/src/App.vue +++ b/front/src/App.vue @@ -80,16 +80,16 @@ store.dispatch('auth/fetchUser')
- + - - + + - +