From 330b882d007e49af56feb07636fcd685aa6c0763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Padez?= Date: Thu, 5 Mar 2026 01:05:56 +0000 Subject: [PATCH] show login form immediately without waiting for landing page data Co-Authored-By: Claude Opus 4.6 --- .../Screens/Authentication/LandingPage/LandingPage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/apps/officer-web/Screens/Authentication/LandingPage/LandingPage.tsx b/src/apps/officer-web/Screens/Authentication/LandingPage/LandingPage.tsx index f127f72f..e62c98e1 100644 --- a/src/apps/officer-web/Screens/Authentication/LandingPage/LandingPage.tsx +++ b/src/apps/officer-web/Screens/Authentication/LandingPage/LandingPage.tsx @@ -4,8 +4,7 @@ import { Bootstrap } from './Bootstrap'; import { Login } from './Login'; export function LandingPage() { - const { registrationOpen, isLoading } = useLandingPage(); - if (isLoading) return null; + const { registrationOpen } = useLandingPage(); return (