diff --git a/ayanova/src/views/login.vue b/ayanova/src/views/login.vue index 455cf346..f6816575 100644 --- a/ayanova/src/views/login.vue +++ b/ayanova/src/views/login.vue @@ -630,7 +630,7 @@ export default { //Show toast if out of date to non customer users, perpetual only ensured by server if ( !vm.$store.getters.isCustomerUser && - !vm.$store.state.globalSettings.showUpdateAvailable + vm.$store.state.globalSettings.showUpdateAvailable ) { window.$gz.eventBus.$emit( "notify-info", @@ -638,14 +638,6 @@ export default { vm.$store.state.globalSettings.changeLogUrl, 5000 ); - // (async function() { - // await window.$gz.dialog.displayLTModalNotificationMessage( - // "MaintenanceExpiredNote", - // "MaintenanceExpired", - // "error", - // "https://ayanova.com/docs/adm-license/#maintenance-expired-message" - // ); - // })(); } const toPath = vm.$route.params.topath; //set in app.vue::mounted