add error toasts
This commit is contained in:
@@ -58,7 +58,7 @@ export const Input: React.FC<inputProps> = ({
|
||||
)}
|
||||
value={value}
|
||||
name={name}
|
||||
autoComplete={autocomplete}
|
||||
autoComplete={autocomplete || undefined}
|
||||
type={
|
||||
type == 'password'
|
||||
? visible
|
||||
|
||||
Reference in New Issue
Block a user