new changes

This commit is contained in:
Mamalizz
2025-03-09 20:39:37 +03:30
parent 3eda574dea
commit f97c6a22ef
+1 -1
View File
@@ -1,7 +1,7 @@
import { useAuth } from "~/composables/api/auth/useAuth";
export default defineNuxtRouteMiddleware(() => {
const { token, logout } = useAuth();
const { token } = useAuth();
if (!!token.value) {
return;