import { Trans } from '@lingui/macro'; import { Link } from 'react-router'; import { Button } from '@documenso/ui/primitives/button'; export function meta() { return [{ title: 'Forgot password' }]; } export default function ForgotPasswordPage() { return (

Email sent!

A password reset email has been sent, if you have an account you should see it in your inbox shortly.

); }