diff --git a/checkin/service.go b/checkin/service.go index b168603d..7d539174 100644 --- a/checkin/service.go +++ b/checkin/service.go @@ -58,6 +58,7 @@ func (svc service) Authenticate(cmd mdm.CheckinCommand) error { IMEI: cmd.IMEI, MEID: cmd.MEID, MDMTopic: cmd.Topic, + DeviceName: cmd.DeviceName, } _, err := svc.devices.New("authenticate", dev)