From 8896df9f1f3aab2a835334e0862307779a6d8c7e Mon Sep 17 00:00:00 2001 From: Rakov Date: Thu, 5 Oct 2023 13:46:31 +0300 Subject: [PATCH] fix(refresh): refresh token fix --- src/features/AuthStore/hooks/useAuth.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/features/AuthStore/hooks/useAuth.tsx b/src/features/AuthStore/hooks/useAuth.tsx index 9e7f648b..9df50ad4 100644 --- a/src/features/AuthStore/hooks/useAuth.tsx +++ b/src/features/AuthStore/hooks/useAuth.tsx @@ -14,11 +14,7 @@ import isString from 'lodash/isString' import isBoolean from 'lodash/isBoolean' import includes from 'lodash/includes' -import { - PAGES, - isFacrClient, - isLffClient, -} from 'config' +import { PAGES } from 'config' import { addLanguageUrlParam,