import { RefreshCwIcon } from "lucide-react" import { Button } from "@/styles/base-nova/ui/button" import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from "@/styles/base-nova/ui/card" import { Field, FieldDescription, FieldLabel, } from "@/styles/base-nova/ui/field" import { InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, } from "@/styles/base-nova/ui/input-otp" 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
) }