mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
Ensure auto auto-fill ignores new-password
This commit is contained in:
@@ -220,6 +220,7 @@ export class ViewComponent extends BaseViewComponent {
|
||||
cipher: this.cipher,
|
||||
pageDetails: this.pageDetails,
|
||||
doc: window.document,
|
||||
fillNewPassword: true,
|
||||
});
|
||||
if (this.totpCode != null) {
|
||||
this.platformUtilsService.copyToClipboard(this.totpCode, { window: window });
|
||||
|
||||
Reference in New Issue
Block a user