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

Creddy is locked

{:else if status === 'unlocked'}

Waiting for requests

{:else if status === 'empty'}

No credentials found

{/if} {/await}