From f41a9961ae344452878eedf02bb8758a7bf88472 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Fri, 14 Apr 2023 22:12:40 +0100 Subject: [PATCH] uncommented logout function --- src/app/modules/auth/core/Auth.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/modules/auth/core/Auth.tsx b/src/app/modules/auth/core/Auth.tsx index b95b0db..77a7ef2 100644 --- a/src/app/modules/auth/core/Auth.tsx +++ b/src/app/modules/auth/core/Auth.tsx @@ -80,7 +80,7 @@ const AuthInit: FC = ({children}) => { } catch (error) { console.error(error) if (!didRequest.current) { - // logout() + logout() } } finally { setShowSplashScreen(false) -- 2.34.1