fix: move signup email hint below email field

This commit is contained in:
gongzhiyong
2026-05-25 18:08:17 +08:00
parent 07b307c094
commit 1ebaa1ccce
@@ -283,11 +283,6 @@ export function SignUpForm({
/>
</div>
</FormControl>
<p className='text-muted-foreground mt-1.5 text-xs leading-relaxed'>
{t(
'We recommend using a mainland China email address so verification emails arrive more reliably.'
)}
</p>
<FormMessage />
</FormItem>
)}
@@ -316,6 +311,11 @@ export function SignUpForm({
/>
</div>
</FormControl>
<p className='text-muted-foreground mt-1.5 text-xs leading-relaxed'>
{t(
'We recommend using a mainland China email address so verification emails arrive more reliably.'
)}
</p>
<FormMessage />
</FormItem>
)}