diff --git a/ayanova/src/api/initialize.js b/ayanova/src/api/initialize.js index 534c7e17..06f4298c 100644 --- a/ayanova/src/api/initialize.js +++ b/ayanova/src/api/initialize.js @@ -926,8 +926,7 @@ export default function initialize() { //check for known password and a purchased licensed mode if ( window.$gz.store.state.knownPassword && - (window.$gz.store.state.globalSettings.licenseStatus == 3 || //ActivePurchased = 3, - window.$gz.store.state.globalSettings.licenseStatus == 4) // ExpiredPurchased = 4 + window.$gz.store.state.globalSettings.licenseStatus == 3 //ActivePurchased = 3, (only this, if expired this prevents user from fixing license so don't do this if expired) ) { window.$gz.store.commit("setHomePage", "/home-password"); }