1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 05:43:41 +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 GitHub
parent c073e91f17
commit f8c4b8afe8

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]);