import { Link } from 'react-router-dom' import ArrowLeft from 'lucide-react/dist/esm/icons/arrow-left' import ShieldCheck from 'lucide-react/dist/esm/icons/shield-check' export default function ForgotPasswordPage() { return (
G
GATEPrep

Account recovery

Contact your administrator to receive a secure reset link.

Admin-assisted reset

An administrator can generate a one-time link from the Users page.

Back to sign in
) }