mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 05:53:42 +00:00
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user