Mission Control
Enter your work email. When wired, your auth provider will send a reset link — the request is already routed through a dedicated API you can extend.
API: POST /api/auth/forgot-password — implement provider calls (Firebase sendPasswordResetEmail, Auth0 ticket, etc.) inside the route handler. The UI and contract stay stable.