mirror of
https://github.com/bitwarden/browser
synced 2025-12-23 03:33:54 +00:00
Ensure auto auto-fill ignores new-password
This commit is contained in:
@@ -147,6 +147,7 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
|
||||
cipher: cipher,
|
||||
pageDetails: this.pageDetails,
|
||||
doc: window.document,
|
||||
fillNewPassword: true,
|
||||
});
|
||||
this.analytics.eventTrack.next({ action: 'Autofilled' });
|
||||
if (this.totpCode != null) {
|
||||
|
||||
Reference in New Issue
Block a user