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 [