mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Ensure auto auto-fill ignores new-password
This commit is contained in:
@@ -188,6 +188,7 @@ export default class RuntimeBackground {
|
||||
const totpCode = await this.autofillService.doAutoFill({
|
||||
cipher: this.main.loginToAutoFill,
|
||||
pageDetails: this.pageDetailsToAutoFill,
|
||||
fillNewPassword: true
|
||||
});
|
||||
|
||||
if (totpCode != null) {
|
||||
|
||||
Reference in New Issue
Block a user