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
+2 -2
View File
@@ -62,11 +62,11 @@ import api from '~/utils/api';
import { useSnackbarStore } from '~/store/snackbar';
import type { LoginResponse } from '~/types/auth';
import { useAuth } from '~/composables/useAuth';
import { useAuthSession } from '~/composables/useAuth';
const snackbarStore = useSnackbarStore();
const { required, emailRules } = useValidation();
const { fetchUserSession, sessionData } = useAuth();
const { fetchUserSession, sessionData } = useAuthSession();
const email = ref("");
const password = ref("");