Stop 1password icon from appearing in name field

This commit is contained in:
Justin Edmund 2023-06-21 02:33:07 -07:00
parent df9aca6b67
commit 79ad0e1716

View file

@ -56,6 +56,7 @@ const CharLimitedFieldset: ForwardRefRenderFunction<HTMLInputElement, Props> = (
<div className={classNames({ Joined: true }, props.className)}>
<input
{...props}
data-1p-ignore
autoComplete="off"
className="Input"
type={props.type}