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:
parent
c073e91f17
commit
f8c4b8afe8
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user