diff --git a/portal-ui/src/screens/LoginPage/LoginPage.tsx b/portal-ui/src/screens/LoginPage/LoginPage.tsx index a321522fa..942cf9df9 100644 --- a/portal-ui/src/screens/LoginPage/LoginPage.tsx +++ b/portal-ui/src/screens/LoginPage/LoginPage.tsx @@ -213,15 +213,6 @@ const styles = (theme: Theme) => linearPredef: { height: 10, }, - - loaderAlignment: { - display: "flex", - width: "100%", - height: "100%", - justifyContent: "center", - alignItems: "center", - flexDirection: "column", - }, retryButton: { alignSelf: "flex-end", }, @@ -562,7 +553,7 @@ const Login = ({ classes }: ILoginProps) => { } default: loginComponent = ( -