{i18n.t("login.title")}

{#if step === "email"}
{:else}

{i18n.t("login.code_sent_to", { email })}

{/if} {#if error !== null}

{error}

{/if}