diff --git a/src/features/authentication/screens/LoginPage.tsx b/src/features/authentication/screens/LoginPage.tsx index dc3e7f80..1707f777 100644 --- a/src/features/authentication/screens/LoginPage.tsx +++ b/src/features/authentication/screens/LoginPage.tsx @@ -60,7 +60,7 @@ export const LoginPage = () => { return () => setOverride({ status: false, value: null }); }, []); - if (false && isAuthenticated) { + if (isAuthenticated) { return ; }