SYNC: fixed License fron environment variable is not refreshed #1245

This commit is contained in:
SPRINX0\prochazka
2025-11-06 15:36:29 +01:00
committed by Diflow
parent a5745795be
commit 9470db1f4d

View File

@@ -16,7 +16,7 @@
<div class="heading">Configuration error</div>
{#if $config?.checkedLicense?.status == 'error'}
<ErrorInfo
message={`Invalid license. Please contact sales@dbgate.io for more details. ${$config?.checkedLicense?.error}`}
message={`Invalid license. Please contact sales@dbgate.io for more details. ${$config?.checkedLicense?.error || ''}`}
/>
{:else if $config?.configurationError}
<ErrorInfo message={$config?.configurationError} />