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