import type { Metadata } from 'next'; import Link from 'next/link'; import { Button } from '@documenso/ui/primitives/button'; export const metadata: Metadata = { title: 'Forgot password', }; export default function ForgotPasswordPage() { return (
A password reset email has been sent, if you have an account you should see it in your inbox shortly.