fix redirect

This commit is contained in:
SPRINX0\prochazka
2024-12-05 10:15:32 +01:00
parent a32cd0b2ae
commit 1eafdb944a

View File

@@ -33,7 +33,7 @@
$: { $: {
if ($config?.isLicenseValid) { if ($config?.isLicenseValid) {
internalRedirectTo('/'); internalRedirectTo('/index.html');
} }
} }
</script> </script>