import { Button } from "@/examples/base/ui/button" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/examples/base/ui/card" import { Field, FieldDescription, FieldLabel } from "@/examples/base/ui/field" import { InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, } from "@/examples/base/ui/input-otp" import { RefreshCwIcon } from "lucide-react" export function InputOTPForm() { return ( Verify your login Enter the verification code we sent to your email address:{" "} m@example.com.
Verification code
I no longer have access to this email address.
Having trouble signing in?{" "} Contact support
) }