fix: move signup email hint below email field
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user