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
+7 -6
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
}