fix dockerfile
This commit is contained in:
No files matched your search
@@ -1,11 +1,11 @@
|
||||
<!-- components/layout/ProfileDD.vue -->
|
||||
<script setup lang="ts">
|
||||
import { MailIcon } from "vue-tabler-icons";
|
||||
import { useAuth } from "~/composables/useAuth";
|
||||
import { useAuthSession } from "~/composables/useAuth";
|
||||
import { computed, onMounted, ref } from "vue";
|
||||
import DialogConfrim from "~/components/shared/DialogConfrim.vue";
|
||||
|
||||
const auth = useAuth();
|
||||
const auth = useAuthSession();
|
||||
|
||||
onMounted(async () => {
|
||||
if (!auth.isLoggedIn.value) {
|
||||
|
||||
Reference in New Issue
Block a user