{#await invoke('get_session_status') then status} {#if status === 'locked'} {@html vaultDoorSvg}
Creddy is locked
Unlock
{:else if status === 'unlocked'} {@html vaultDoorSvg}
Waiting for requests
Launch Terminal
Launch with base credentials
{:else if status === 'empty'} {@html vaultDoorSvg}
No credentials found
Enter Credentials
{/if} {/await}