{@html vaultDoorSvg} {#if $appState.credentialStatus === 'locked'}
Creddy is locked
Unlock
{:else if $appState.credentialStatus === 'unlocked'}
Waiting for requests
Launch Terminal
Launch with long-lived credentials
{:else if $appState.credentialStatus === 'empty'}
No credentials found
Enter Credentials
{/if}
{#if $appState.setupErrors.some(e => e.show)}
{#each $appState.setupErrors as error} {#if error.show}
{error.msg}
error.show = false}>Ok
{/if} {/each}
{/if}