import type { Metadata } from 'next'; import Link from 'next/link'; import { XCircle } from 'lucide-react'; import { Button } from '@documenso/ui/primitives/button'; export const metadata: Metadata = { title: 'Verify Email', }; export default function EmailVerificationWithoutTokenPage() { return (
It seems that there is no token provided, if you are trying to verify your email please follow the link in your email.