DbGate
License
{ const { licenseKey } = e.detail; const resp = await apiCall('config/save-license-key', { licenseKey }); if (resp?.status == 'ok') { internalRedirectTo('/index.html'); } else { errorMessage = resp?.errorMessage || 'Error saving license key'; } }} />
{#if !isExpired}
{ errorMessage = ''; const license = await apiCall('config/start-trial'); if (license?.status == 'ok') { internalRedirectTo('/index.html'); } else { errorMessage = license?.errorMessage || 'Error starting trial'; } }} />
{/if}
{ openWebLink('https://auth.dbgate.eu/create-checkout-session-simple'); }} />
{#if getElectron()}
{ getElectron().send('quit-app'); }} />
{/if} {#if errorMessage}
{errorMessage}
{/if}
For more info about DbGate licensing, you could visit dbgate.eu web or contact us at sales@dbgate.eu