import { Card, CardContent, CardHeader } from "@/components/ui/card"; import { TooltipProvider } from "@/components/ui/tooltip"; import { ForgotPasswordForm } from "@/components/wrappers/auth/login/forgot-password-form/forgot-password-form"; export default async function RoutePage(props: { searchParams: Promise<{ callbackUrl: string | undefined }> }) { return (

Reset password

Enter your email address and we'll send you a link to reset your password.

); }