import { Button, Input } from "@wrnexus/ui" component VerifyEmail { props { kind = "email" action = "/api/auth/verify/email" schema = "auth-verification-token" token = "" identifier = "" title = "Verify your email" description = "Enter the verification token or continue with your secure link." submitLabel = "Verify email" resendAction = "/api/auth/verification/request" resendSchema = "auth-verification-request" successMessage = "Your email has been verified." color = "primary" size = "md" class = "" } view {

{title}

{description}

} }