diff --git a/frontend/src/bundles/auth/pages/auth.tsx b/frontend/src/bundles/auth/pages/auth.tsx index 26f0ef42e..deae7cbd2 100644 --- a/frontend/src/bundles/auth/pages/auth.tsx +++ b/frontend/src/bundles/auth/pages/auth.tsx @@ -55,7 +55,7 @@ const Auth: React.FC = () => { }; return ( - + {/* TODO: Replace with valid loader */} {dataStatus === DataStatus.PENDING && (

@@ -64,7 +64,12 @@ const Auth: React.FC = () => { )}

{getScreen(pathname)}
{/* TODO: Add logo */} -
LOGO
+
+ LOGO +
); };