mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
[PM-10652] remove excess MP reprompt call for fill and save (#10455)
This commit is contained in:
parent
28a2014e69
commit
4556e59ee8
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user