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)}> <div className={classNames({ Joined: true }, props.className)}>
<input <input
{...props} {...props}
data-1p-ignore
autoComplete="off" autoComplete="off"
className="Input" className="Input"
type={props.type} type={props.type}