This commit is contained in:
2022-06-22 18:02:42 +00:00
parent aeb0770a3e
commit 237eb59c8f

View File

@@ -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");
}