From 79a1263fec6acbbd9ab706d6e5a5f7dae4287c3c Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 01:18:30 +0000 Subject: [PATCH] Insert reset password dialog before closing Layout cgen-c7f95b0a8bd24473ad88b9adf3401b9c --- client/pages/Login.tsx | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) 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" + /> +
+ + + + + + +
+
); }