From 1ebaa1ccce2fb241d6be3db864d8bd479d985bf2 Mon Sep 17 00:00:00 2001 From: gongzhiyong Date: Mon, 25 May 2026 18:08:17 +0800 Subject: [PATCH] fix: move signup email hint below 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 fc5aaf1d..986c84fc 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 @@ -283,11 +283,6 @@ export function SignUpForm({ /> -

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

)} @@ -316,6 +311,11 @@ export function SignUpForm({ /> +

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

)}