licensing stuff
This commit is contained in:
@@ -290,7 +290,7 @@ namespace AyaNova.Api.Controllers
|
||||
}
|
||||
else
|
||||
{
|
||||
if (serverState.Reason.Contains("E1020"))
|
||||
if (serverState.Reason.Contains("E1020 - Active count exceeded capacity"))
|
||||
{
|
||||
licenseLockout = true;//this could be an expired license or user count exceeded capacity so flag to client on login so superuser can fix it
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user