fix dockerfile

This commit is contained in:
Yusron alamsyah
2026-04-13 09:18:28 +07:00
parent 734a78bd37
commit 133f3b48be
164 changed files with 114 additions and 8298 deletions

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) {