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)