diff --git a/apps/edr-freight-web/portal/src/App.tsx b/apps/edr-freight-web/portal/src/App.tsx
index 66cbd1c46..968f0925d 100644
--- a/apps/edr-freight-web/portal/src/App.tsx
+++ b/apps/edr-freight-web/portal/src/App.tsx
@@ -79,7 +79,7 @@ const App = () => {
return ;
}
- if (!user) {
+ if (user) {
return (
} />