From e5d3235846b25e9f823ccb1b4ef95defa93b7318 Mon Sep 17 00:00:00 2001 From: Untone Date: Mon, 22 Jan 2024 20:05:13 +0300 Subject: [PATCH] less-token-check --- src/components/AuthGuard/AuthGuard.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/AuthGuard/AuthGuard.tsx b/src/components/AuthGuard/AuthGuard.tsx index 73144eb0..5cfa404f 100644 --- a/src/components/AuthGuard/AuthGuard.tsx +++ b/src/components/AuthGuard/AuthGuard.tsx @@ -36,7 +36,8 @@ export const AuthGuard = (props: Props) => { ) } } else { - await loadSession() + // await loadSession() + console.warn('session is not loaded') } })