From b44bb666c9207843ce18802355ee9a8d90a6dab0 Mon Sep 17 00:00:00 2001 From: mlogclub Date: Sat, 30 May 2026 20:23:19 +0800 Subject: [PATCH] fix: comment out FieldDescription in LoginForm component --- web/components/login-form.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/login-form.tsx b/web/components/login-form.tsx index 9b1c0b8..f2852b0 100644 --- a/web/components/login-form.tsx +++ b/web/components/login-form.tsx @@ -212,9 +212,9 @@ export function LoginForm({ ) : null} - + {/* {t("auth.noAccount")} {t("auth.signUp")} - + */}