import { Trans } from '@lingui/react/macro'; import { Link } from 'react-router'; import { Button } from '@documenso/ui/primitives/button'; import { appMetaTags } from '~/utils/meta'; export function meta() { return appMetaTags('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.

); }