auth validation
This commit is contained in:
@@ -84,7 +84,7 @@ export const Input: React.FC<inputProps> = ({
|
||||
|
||||
<div
|
||||
className={cn(
|
||||
'text-liquid-red text-[14px] h-[18px] text-right mt-[5px]',
|
||||
'text-liquid-red text-[14px] h-auto text-right mt-[5px] whitespace-pre-line ',
|
||||
error == '' && 'h-0 mt-0',
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user