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

Unable to reset password

The token you have used to reset your password is either expired or it never existed. If you have still forgotten your password, please request a new reset link.

); }