{#await invoke('get_session_status') then status} {#if status === 'locked'} {@html vaultDoorSvg}

Creddy is locked

{:else if status === 'unlocked'} {@html vaultDoorSvg}

Waiting for requests

{:else if status === 'empty'} {@html vaultDoorSvg}

No credentials found

{/if} {/await}