From 3c6756d0a4eaeea93f1a9338aaf47cebdbcab2a8 Mon Sep 17 00:00:00 2001
From: Bernd Storath <999999bst@gmail.com>
Date: Wed, 21 Aug 2024 15:22:35 +0200
Subject: [PATCH] fix hydration issues, remove unnecessary state, rename
function
---
src/layouts/Header.vue | 7 ++++---
src/pages/index.vue | 2 +-
src/stores/auth.ts | 10 +++-------
src/stores/global.ts | 4 ++--
4 files changed, 10 insertions(+), 13 deletions(-)
diff --git a/src/layouts/Header.vue b/src/layouts/Header.vue
index 04ec9f6e..4f278c74 100644
--- a/src/layouts/Header.vue
+++ b/src/layouts/Header.vue
@@ -36,7 +36,7 @@
@@ -87,6 +87,7 @@