From 07b307c094150c3d151fd8970f2bab30b9ff59aa Mon Sep 17 00:00:00 2001 From: gongzhiyong Date: Mon, 25 May 2026 17:57:09 +0800 Subject: [PATCH] fix: place signup email hint under email field --- .../features/auth/sign-up/components/sign-up-form.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/heicode/web/default/src/features/auth/sign-up/components/sign-up-form.tsx b/heicode/web/default/src/features/auth/sign-up/components/sign-up-form.tsx index c28a3fb4..fc5aaf1d 100644 --- a/heicode/web/default/src/features/auth/sign-up/components/sign-up-form.tsx +++ b/heicode/web/default/src/features/auth/sign-up/components/sign-up-form.tsx @@ -259,11 +259,6 @@ export function SignUpForm({ /> -

- {t( - 'We recommend using a mainland China email address so verification emails arrive more reliably.' - )} -

)} @@ -288,6 +283,11 @@ export function SignUpForm({ /> +

+ {t( + 'We recommend using a mainland China email address so verification emails arrive more reliably.' + )} +

)}