diff --git a/components/view/access-form/email-section.tsx b/components/view/access-form/email-section.tsx index 4bf1a41bd..a79680a72 100644 --- a/components/view/access-form/email-section.tsx +++ b/components/view/access-form/email-section.tsx @@ -39,12 +39,15 @@ export default function EmailSection({ name="email" id="email" type="email" + autoCorrect="off" autoComplete="email" + autoFocus className="flex w-full rounded-md border-0 py-1.5 text-white bg-black shadow-sm ring-1 ring-inset ring-gray-600 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-gray-300 sm:text-sm sm:leading-6" value={email || ""} placeholder="Enter email" onChange={handleEmailChange} aria-invalid="true" + data-1p-ignore />
This data will be shared with the sender. diff --git a/components/view/access-form/index.tsx b/components/view/access-form/index.tsx index 5422f274a..d48c2f85a 100644 --- a/components/view/access-form/index.tsx +++ b/components/view/access-form/index.tsx @@ -57,7 +57,15 @@ export default function AccessForm({ ) : null}