aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs')
-rw-r--r--Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs
index abcd1c41f..95a26d78e 100644
--- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs
+++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs
@@ -44,9 +44,6 @@ namespace Tango.MachineService.Controllers
client_version = new Version("1.0.0.0");
}
- bool versionChangeRequired = false;
- String requiredVersion = null;
-
var password = hash.Encrypt(request.Password);
using (var db = ObservablesContextHelper.CreateContext())
@@ -104,8 +101,6 @@ namespace Tango.MachineService.Controllers
{
UserGuid = user.Guid,
}, DateTime.UtcNow.AddDays(1)).AccessToken,
- VersionChangeRequired = versionChangeRequired,
- RequiredVersion = requiredVersion,
PasswordChangeRequired = user.PasswordChangeRequired
};
}