Credentials

Add, remove, and change defaults credentials.

Terminal

Launch a terminal pre-configured with AWS credentials.

Lock

Lock Creddy.

Exit

Close Creddy.

{#if $appState.setupErrors.some(e => e.show)}
{#each $appState.setupErrors as error} {#if error.show}
{error.msg}
{/if} {/each}
{/if}