From 46dbf006600a211b64576df26e599b6fb87d9af3 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Mon, 1 Feb 2021 10:37:25 +0100 Subject: [PATCH] fix avvio controllo star1&2 x user login --- Thermo.Active/Provider/ApplicationOAuthProvider.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Thermo.Active/Provider/ApplicationOAuthProvider.cs b/Thermo.Active/Provider/ApplicationOAuthProvider.cs index 2af96638..8a915809 100644 --- a/Thermo.Active/Provider/ApplicationOAuthProvider.cs +++ b/Thermo.Active/Provider/ApplicationOAuthProvider.cs @@ -68,6 +68,9 @@ namespace Thermo.Active.Provider await base.GrantResourceOwnerCredentials(context); + // in attesa di sistemare l'area di memoria della tastiera fisica esce... + return; + // Try connection CmsError libraryError = ncAdapter.Connect();