{#await invoke('get_session_status') then status} {#if status === 'locked'}
Creddy is locked
Unlock
{:else if status === 'unlocked'}
Waiting for requests
{:else if status === 'empty'}
Enter Credentials
{/if} {/await}