Skip to content

Commit 0b569cd

Browse files
committed
fix: Nav not updating when user is logged in
1 parent 9238e0b commit 0b569cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Nav.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ import { useAuthStore } from "~/utils/authStore";
7474
7575
const show = ref(false);
7676
77-
const { user } = storeToRefs(useAuthStore(pinia));
77+
const { user } = storeToRefs(useAuthStore());
7878
</script>

0 commit comments

Comments
 (0)