1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-24 21:41:33 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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