This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user