This commit is contained in:
2020-07-03 22:50:33 +00:00
parent c873d44b2b
commit 91eb38bffb

View File

@@ -113,7 +113,8 @@ namespace AyaNova.Api.Controllers
//used to drive UI in case of unlicensed or attention required
LicenseStatus = AyaNova.Core.License.ActiveKey.Status,
MaintenanceExpired = AyaNova.Core.License.ActiveKey.MaintenanceExpired,
ServerDbId = AyaNova.Core.License.ServerDbId
ServerDbId = AyaNova.Core.License.ServerDbId,
Company=AyaNova.Core.License.ActiveKey.RegisteredTo
};