add error toasts

This commit is contained in:
Виталий Лавшонок
2025-12-10 01:33:16 +03:00
parent 02de330034
commit d1a46435c4
17 changed files with 508 additions and 278 deletions

View File

@@ -58,7 +58,7 @@ export const Input: React.FC<inputProps> = ({
)}
value={value}
name={name}
autoComplete={autocomplete}
autoComplete={autocomplete || undefined}
type={
type == 'password'
? visible