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();