mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-12 04:55:39 +08:00
Newer clients provide DeviceName in their checkin message, so this has been added to the checkin service.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user