1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 22:13:32 +00:00

do not regenerate passwords on every overlay ciphers update (#12226)

This commit is contained in:
Jonathan Prusik
2024-12-03 16:08:15 -05:00
committed by Robyn MacCallum
parent 158381f89a
commit 74cccee360

View File

@@ -362,8 +362,6 @@ export class OverlayBackground implements OverlayBackgroundInterface {
this.inlineMenuFido2Credentials.clear();
this.storeInlineMenuFido2Credentials$.next(currentTab.id);
await this.generatePassword();
const ciphersViews = await this.getCipherViews(currentTab, updateAllCipherTypes);
for (let cipherIndex = 0; cipherIndex < ciphersViews.length; cipherIndex++) {
this.inlineMenuCiphers.set(`inline-menu-cipher-${cipherIndex}`, ciphersViews[cipherIndex]);