1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 05:53:42 +00:00

Revert "Display autofill overlay for zoom.us signin password (#16900)" (#18261)

This commit is contained in:
blackwood
2026-01-08 16:46:13 -05:00
committed by GitHub
parent 6579e31374
commit eedc36cf39

View File

@@ -1086,15 +1086,7 @@ export class AutofillOverlayContentService implements AutofillOverlayContentServ
pageDetails,
)
) {
const hasUsernameField = [...this.formFieldElements.values()].some((field) =>
this.inlineMenuFieldQualificationService.isUsernameField(field),
);
if (hasUsernameField) {
void this.setQualifiedLoginFillType(autofillFieldData);
} else {
this.setQualifiedAccountCreationFillType(autofillFieldData);
}
this.setQualifiedAccountCreationFillType(autofillFieldData);
return false;
}