{t.auth.createAccount} {t.auth.signUpPrompt} {#if form?.error}
{form.error}
{/if}
{#if data.oauthProviders.length > 0}
{t.auth.continueWith}
{#each data.oauthProviders as provider} {/each} {/if}
{t.auth.alreadyHaveAccount} {t.auth.signIn}