{#if step === 'request'} {@render requetsCard()} {/if} {#if step === 'verify'} {@render verifyCard()} {/if} {#snippet requetsCard()} Login Enter your email below to login to your account
{#snippet children({ props })} Email {/snippet}
{/snippet} {#snippet verifyCard()} Enter Code Please enter the 6 digit code we sent to {$verifyForm.email}
{#snippet children({ props })} {#snippet children({ cells })} {#each cells as cell} {/each} {/snippet} {/snippet}
{#if resendVerificationCodeOnCooldown}

Resend code in {countdownTimer}s

{:else} {/if}
{/snippet}