component SignUp { props { action = "/api/auth/register" schema = "auth-register" redirect = "" title = "Create your account" description = "Use a strong password and verify your contact details." submitLabel = "Create account" signInHref = "/sign-in" showPhone = true showUsername = true requireConsent = true color = "primary" size = "md" class = "" } view {

{title}

{description}

{#if showPhone}

{/if} {#if showUsername}

{/if}

At least 12 characters with uppercase, lowercase, and a number.

{#if requireConsent}

{:else} {/if}

Already have an account? Sign in

} }