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'; } }} />
{ errorMessage = ''; const license = await apiCall('config/start-trial'); if (license?.status == 'ok') { internalRedirectTo('/index.html'); } else { errorMessage = license?.errorMessage || 'Error starting trial'; } }} />
{#if getElectron()}
{ getElectron().send('quit-app'); }} />
{/if} {#if errorMessage}
{errorMessage}
{/if}
If you want to purchase Premium license, please contact us at sales@dbgate.eu