From 17446569ca8d8dd00331da5926b938593c4b117f Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Wed, 20 Feb 2019 15:03:55 +0200 Subject: Fixed some issues with PPC publish and setup.. --- .../Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers') diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs index ead64fb38..70d64be51 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/PPCController.cs @@ -457,7 +457,7 @@ namespace Tango.MachineService.Controllers response.WebToken = TokensManager.GetOrCreate(new TokenObject() { Mode = LoginMode.Machine, - UserGuid = machine.Guid, + MachineGuid = machine.Guid, }); } } -- cgit v1.3.1