handle expired license

This commit is contained in:
SPRINX0\prochazka
2024-10-04 14:32:46 +02:00
parent fa0ad477cc
commit 8dfc2e7bcd
4 changed files with 49 additions and 15 deletions

View File

@@ -64,6 +64,7 @@ module.exports = {
isDocker: platformInfo.isDocker,
isElectron: platformInfo.isElectron,
isLicenseValid,
isLicenseExpired: checkedLicense?.isExpired,
checkedLicense,
configurationError,
logoutUrl: await authProvider.getLogoutUrl(),