1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

[PM-10652] remove excess MP reprompt call for fill and save (#10455)

This commit is contained in:
Jason Ng
2024-08-08 15:48:23 -04:00
committed by GitHub
parent 28a2014e69
commit 4556e59ee8

View File

@@ -76,13 +76,6 @@ export class ItemMoreOptionsComponent {
}
async doAutofillAndSave() {
if (
this.cipher.reprompt === CipherRepromptType.Password &&
!(await this.passwordRepromptService.showPasswordPrompt())
) {
return;
}
await this.vaultPopupAutofillService.doAutofillAndSave(this.cipher);
}