SYNC: fixed trial scenario

This commit is contained in:
SPRINX0\prochazka
2025-11-06 16:43:14 +01:00
committed by Diflow
parent bda5c4f5dd
commit 7474cc5d8a

View File

@@ -32,7 +32,7 @@
// $: console.log('CONFIG', $config);
$: {
if ($config?.isLicenseValid) {
if ($config?.isLicenseValid && trialDaysLeft == null) {
internalRedirectTo(isOneOfPage('admin-license') ? '/admin.html' : '/index.html');
}
}