component SignIn { props { action = "/api/auth/login" schema = "auth-login" returnTo = "/" redirect = "" mfaHref = "/two-factor" title = "Welcome back" description = "Sign in to continue to your account." identifierLabel = "Email, phone, or username" passwordLabel = "Password" submitLabel = "Sign in" forgotHref = "/recover" signUpHref = "/sign-up" showRemember = true showPasskey = true showSignUp = true color = "primary" size = "md" class = "" } view {

{title}

{description}

Forgot password?

{#if showRemember} {/if}
{#if showPasskey}
or
{/if} {#if showSignUp}

New here? Create an account

{/if}
} }