mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Fleet API: Surface org_logo_url_light_background to my device page (#33654)
This commit is contained in:
parent
25e14ef90d
commit
ce091be720
1 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue