diff --git a/client/pages/Login.tsx b/client/pages/Login.tsx index 9fa8675a..23602682 100644 --- a/client/pages/Login.tsx +++ b/client/pages/Login.tsx @@ -390,6 +390,48 @@ export default function Login() { + + + + + Reset your password + + Enter the email associated with your account. We'll send a reset link. + + +
+ + setResetEmail(e.target.value)} + placeholder="you@example.com" + /> +
+ + + + + + +
+
); }