import { Trans } from '@lingui/macro'; import { XCircle } from 'lucide-react'; import { Link } from 'react-router'; import { Button } from '@documenso/ui/primitives/button'; export function meta() { return [{ title: 'Verify Email' }]; } export default function EmailVerificationWithoutTokenPage() { return (

Uh oh! Looks like you're missing a token

It seems that there is no token provided, if you are trying to verify your email please follow the link in your email.

); }