mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-27 05:36:01 +00:00
SYNC: fixed License fron environment variable is not refreshed #1245
This commit is contained in:
committed by
Diflow
parent
a5745795be
commit
9470db1f4d
@@ -16,7 +16,7 @@
|
|||||||
<div class="heading">Configuration error</div>
|
<div class="heading">Configuration error</div>
|
||||||
{#if $config?.checkedLicense?.status == 'error'}
|
{#if $config?.checkedLicense?.status == 'error'}
|
||||||
<ErrorInfo
|
<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}
|
{:else if $config?.configurationError}
|
||||||
<ErrorInfo message={$config?.configurationError} />
|
<ErrorInfo message={$config?.configurationError} />
|
||||||
|
|||||||
Reference in New Issue
Block a user