import { Button, PinInput } from "@wrnexus/ui" component VerifyPhone { props { kind = "phone" action = "/api/auth/verify/phone" schema = "auth-verification-token" token = "" identifier = "" title = "Verify your phone" description = "Enter the verification token sent to your phone." submitLabel = "Verify phone" resendAction = "/api/auth/verification/request" resendSchema = "auth-verification-request" successMessage = "Your phone number has been verified." color = "primary" size = "md" class = "" } view {

{title}

{description}

} }