From d5c95688f17bcd34577e3357a725298071407c57 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 7 Dec 2023 20:55:14 +0530 Subject: turned print preview white --- src/router/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/router/index.ts') diff --git a/src/router/index.ts b/src/router/index.ts index 32a2962..d498728 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -85,7 +85,6 @@ const router = createRouter({ }) router.beforeEach((to, _, next) => { - console.log(to.fullPath) if (to.meta.isAuth && !localStorage.getItem('authToken')) { next(`/login?redirect=${to.fullPath}`) } else { -- cgit v1.2.3