{t('app.title')}

{t('login.email')}
{#if stage === 'choose'} {:else}

{t('login.codeSent', { email })}

onCode(e.currentTarget.value)} onkeydown={(e) => { if (e.key === 'Enter') void signIn(); }} /> {/if}