Fixes on reading the session object

This commit is contained in:
Hornwitser 2025-03-09 22:18:42 +01:00
parent 41528e8193
commit 245169950a
4 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@
</template>
<script lang="ts" setup>
const { data: session } = useAccountSession();
const { data: session } = await useAccountSession();
</script>
<style scoped>