fix dockerfile
This commit is contained in:
@@ -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("");
|
||||
|
||||
Reference in New Issue
Block a user