From 8465a3606bdbea6f19d24721a2e857942715b55d Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Tue, 10 Sep 2024 11:27:09 +0200 Subject: [PATCH] Fix Masthead error when user not loaded yet A user that has not been loaded yet is not anonymous, so the existing condition wasn't sufficient. --- client/src/components/Masthead/Masthead.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Masthead/Masthead.vue b/client/src/components/Masthead/Masthead.vue index d8738c1bb58d..69b1d6cd9624 100644 --- a/client/src/components/Masthead/Masthead.vue +++ b/client/src/components/Masthead/Masthead.vue @@ -124,7 +124,7 @@ onMounted(() => { title="Login" @click="openUrl('/login/start')" />