diff --git a/server/service/devices.go b/server/service/devices.go index 5edefe8456..8a2e0c3280 100644 --- a/server/service/devices.go +++ b/server/service/devices.go @@ -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 }