Creddy
Credential status: {status}
{#if status === 'locked'}
dispatch('navigate', {target: 'Unlock'})}>Unlock
{:else if status === 'empty'}
dispatch('navigate', {target: 'EnterCredentials'})}> Enter Credentials
{/if}