'use client'; import { useRouter } from 'next/navigation'; export default function EmailChangePendingPage() { const router = useRouter(); return (

Email Change Requested

We've sent a verification email to your current email address.

Please check your inbox and click the verification link to complete the email change.

Didn't receive the email? Check your spam folder or

); }