{t.auth.welcomeBack} {t.auth.signInPrompt} {#if data.registered}
Account created successfully! Please sign in.
{/if} {#if data.error}
Invalid username or password
{/if}
{#if data.oauthProviders.length > 0}
{t.auth.continueWith}
{#each data.oauthProviders as provider} {/each} {/if}
{t.auth.dontHaveAccount} {t.auth.signUp}