diff --git a/public/apps/login/login-page.tsx b/public/apps/login/login-page.tsx index 0c14448a6..2f4381148 100644 --- a/public/apps/login/login-page.tsx +++ b/public/apps/login/login-page.tsx @@ -252,19 +252,19 @@ export function LoginPage(props: LoginPageDeps) { formBody = formBody.concat(formBodyOp); return formBody; }; - // TODO: Get brand image from server config // Don't force custom logo to have 100% width. It should be handled in the svg properties if needed. (Removed fullWidth in the image) return ( {props.config.ui.basicauth.login.showbrandimage && ( + // Wazuh logo is defaultBrandImage )}