diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-04-09 04:04:23 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2020-04-09 04:04:23 +0300 |
| commit | efe8812d48fe783c3c8871da0c54b7ef916b4998 (patch) | |
| tree | 51d12a14a755099536dd1223f27f033395d5840a /Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels | |
| parent | c95352e627d9449d4430c619d7b9d24757f13ac5 (diff) | |
| download | Tango-efe8812d48fe783c3c8871da0c54b7ef916b4998.tar.gz Tango-efe8812d48fe783c3c8871da0c54b7ef916b4998.zip | |
Added application information to login response.
Several improvements and fixed.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/ExternalBridgeViewVM.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/ExternalBridgeViewVM.cs b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/ExternalBridgeViewVM.cs index 66b982ffe..4b7d8978e 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/ExternalBridgeViewVM.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.UI/ViewModels/ExternalBridgeViewVM.cs @@ -139,6 +139,9 @@ namespace Tango.PPC.UI.ViewModels if (!e.Request.Intent.RequiresPassword() || e.Request.Password == Settings.ExternalBridgePassword) { + e.ApplicationInformation.Version = ApplicationManager.Version.ToString(); + e.ApplicationInformation.StartupDate = ApplicationManager.StartUpDate.ToUniversalTime().ToString(); + e.Confirmed = true; Connection = e; |
