fix: place signup email hint under email field

This commit is contained in:
gongzhiyong
2026-05-25 17:57:09 +08:00
parent e1b9de2a49
commit 07b307c094
@@ -259,11 +259,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>
)}
@@ -288,6 +283,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>
)}