From 4d7ab5d7da67eab4a93f01596fe89ed2670747ec Mon Sep 17 00:00:00 2001 From: weeihan Date: Tue, 21 Jul 2026 22:28:26 +0800 Subject: [PATCH] feat(auth): add forgot password link to login form --- components/auth/login-form.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/auth/login-form.tsx b/components/auth/login-form.tsx index cadd1af..292606a 100644 --- a/components/auth/login-form.tsx +++ b/components/auth/login-form.tsx @@ -67,6 +67,11 @@ export function LoginForm() { > {loading ? 'Signing in…' : 'Sign in'} +

+ + Forgot password? + +

) }