diff --git a/MP.Land/Data/LicenseService.cs b/MP.Land/Data/LicenseService.cs index 9a103d9f..f802a34b 100644 --- a/MP.Land/Data/LicenseService.cs +++ b/MP.Land/Data/LicenseService.cs @@ -291,6 +291,7 @@ namespace MP.Land.Data public bool InitAkv() { bool fatto = false; + Applicazione = "MAPO"; Installazione = getAVKStr("Installazione"); MasterKey = getAVKStr(Applicazione); fatto = !string.IsNullOrEmpty($"{Installazione}{MasterKey}");