diff --git a/openmetadata-ui/src/main/resources/ui/src/pages/login/index.tsx b/openmetadata-ui/src/main/resources/ui/src/pages/login/index.tsx index 0eac78ee1ee..9779ae4a55d 100644 --- a/openmetadata-ui/src/main/resources/ui/src/pages/login/index.tsx +++ b/openmetadata-ui/src/main/resources/ui/src/pages/login/index.tsx @@ -12,6 +12,7 @@ */ import { Button, Divider, Form, Input, Typography } from 'antd'; +import classNames from 'classnames'; import jwtDecode, { JwtPayload } from 'jwt-decode'; import { observer } from 'mobx-react'; import React, { useEffect, useMemo } from 'react'; @@ -177,7 +178,10 @@ const SigninPage = () => { className="tw-flex tw-bg-body-main tw-flex-grow" data-testid="signin-page">