import { Link } from '@tanstack/react-router' import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, } from '@/components/ui/card' import { AuthLayout } from '../auth-layout' import { OtpForm } from './components/otp-form' export function Otp() { return ( Two-factor Authentication Please enter the authentication code.
We have sent the authentication code to your email.

Haven't received it?{' '} Resend a new code. .

) }