diff --git a/apps/agent/src/login-form/LoginForm.tsx b/apps/agent/src/login-form/LoginForm.tsx index 7560807..70f4cfd 100644 --- a/apps/agent/src/login-form/LoginForm.tsx +++ b/apps/agent/src/login-form/LoginForm.tsx @@ -26,10 +26,7 @@ import { } from "@patternfly/react-core"; import { LoginFormViewModelInterface } from "./hooks/UseViewModel"; import { FormStates } from "./FormStates"; -import { - CheckCircleIcon, - InfoCircleIcon -} from "@patternfly/react-icons"; +import { CheckCircleIcon, InfoCircleIcon } from "@patternfly/react-icons"; import { getConfigurationBasePath } from "#/main/Root"; import globalSuccessColor100 from "@patternfly/react-tokens/dist/esm/global_success_color_100"; @@ -45,7 +42,7 @@ export const LoginForm: React.FC = (props) => { console.log(vm.formState); return ( = (props) => { - + - - + + Access control - - A VMware user account with read-only permissions is sufficient for secure access during the discovery process. + + A VMware user account with read-only permissions is sufficient for + secure access during the discovery process. - + - +
= (props) => { )} -