Skip to content

Commit

Permalink
fix: removed unused user
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbe95 committed Jun 25, 2024
1 parent 8973291 commit 7782aaf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/components/header/HeaderActions.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
<script setup lang="ts">
import type { CurrentUser } from '@auth/models/current-user/currentUser.model'
import { useAuthStore } from '@auth/stores/auth.store'
const authStore = useAuthStore()
const _currentUser = computed<CurrentUser | null>(() => authStore.currentUser)
</script>

<template>
Expand Down

0 comments on commit 7782aaf

Please sign in to comment.