@@ -1,3 +1,11 @@
<script setup lang="ts">
const loginState = useLoginState()
onMounted(() => {
loginState.checkSession()
})
</script>
<template>
<div>
<NuxtLayout>
@@ -5,6 +13,6 @@
</NuxtLayout>
<UModals/>
<UNotifications />
<UNotifications/>
</div>
</template>
The note is not visible to the blocked user.