This commit is contained in:
@@ -323,13 +323,14 @@ export default {
|
||||
}
|
||||
|
||||
//LICENSE STATUS: EXPIREDPURCHASE
|
||||
if (licenseState == 4) {
|
||||
if (licenseState == 4 || licenseState == 5) {
|
||||
return "neednotrial";
|
||||
}
|
||||
//LICENSE STATE: REVOKED
|
||||
if (licenseState == 5) {
|
||||
return "revoked";
|
||||
}
|
||||
// //LICENSE STATE: REVOKED
|
||||
//nothing special for revoke
|
||||
// if (licenseState == 5) {
|
||||
// return "revoked";
|
||||
// }
|
||||
|
||||
//LICENSE STATE: ActiveTrial or ActivePurchased
|
||||
if (licenseState == 1 || licenseState == 3) {
|
||||
|
||||
Reference in New Issue
Block a user