Fleet API: Surface org_logo_url_light_background to my device page (#33654)

This commit is contained in:
RachelElysia 2025-09-30 14:30:35 -04:00 committed by GitHub
parent 25e14ef90d
commit ce091be720
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -203,12 +203,13 @@ func getDeviceHostEndpoint(ctx context.Context, request interface{}, svc fleet.S
}
return getDeviceHostResponse{
Host: resp,
OrgLogoURL: ac.OrgInfo.OrgLogoURL,
OrgContactURL: ac.OrgInfo.ContactURL,
License: *license,
GlobalConfig: deviceGlobalConfig,
SelfService: hasSelfService,
Host: resp,
OrgLogoURL: ac.OrgInfo.OrgLogoURL,
OrgLogoURLLightBackground: ac.OrgInfo.OrgLogoURLLightBackground,
OrgContactURL: ac.OrgInfo.ContactURL,
License: *license,
GlobalConfig: deviceGlobalConfig,
SelfService: hasSelfService,
}, nil
}