import PasskeyButton from "./PasskeyButton.wrn" import { Button, Checkbox, Input, TogglePassword } from "@wrnexus/ui" 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" identifierPlaceholder = "Enter your email, mobile number, or username" passwordLabel = "Password" passwordPlaceholder = "Enter your password" submitLabel = "Sign in" forgotHref = "/recover" signUpHref = "/sign-up" showRemember = true showPasskey = true showSignUp = true color = "primary" size = "md" class = "" } view {

{title}

{description}

{#if showRemember} {/if}
} }