From bd25bc90cf4b87ee1be1140a5fbc0e2c91e70c14 Mon Sep 17 00:00:00 2001 From: nquidox Date: Mon, 22 Sep 2025 19:54:12 +0300 Subject: [PATCH] temp disable --- src/components/Navbar/NavBar.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Navbar/NavBar.vue b/src/components/Navbar/NavBar.vue index 9b75c0e..52dd025 100644 --- a/src/components/Navbar/NavBar.vue +++ b/src/components/Navbar/NavBar.vue @@ -12,9 +12,9 @@ const showMobileMenu = ref(false) const route = useRoute() const activeKey = ref('collection') -watch(() => authStore.isAuthenticated, (newVal) => { - console.log('Auth state changed:', newVal) -}, { immediate: true }) +// watch(() => authStore.isAuthenticated, (newVal) => { +// console.log('Auth state changed:', newVal) +// }, { immediate: true }) const mainMenu = computed(() => { return [