From d04a8e578b282ee61f94575e9cfcaee4c90139a1 Mon Sep 17 00:00:00 2001 From: Lucas Gaitzsch Date: Fri, 22 May 2026 18:01:31 +0200 Subject: [PATCH] disable password managers for recipients --- components/email/email-composer.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/email/email-composer.tsx b/components/email/email-composer.tsx index 180cf4b7..d1691fb7 100644 --- a/components/email/email-composer.tsx +++ b/components/email/email-composer.tsx @@ -2661,6 +2661,11 @@ function RecipientChipInput({ aria-controls={activeAutoField === field ? `autocomplete-${field}` : undefined} aria-activedescendant={activeAutoField === field && autoSelectedIndex >= 0 ? `autocomplete-option-${autoSelectedIndex}` : undefined} aria-invalid={validationError || undefined} + data-bwignore="true" + data-1p-ignore + data-op-ignore + data-lpignore="true" + data-form-type="other" /> {validationError && validationMessage && (