mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
[PM-26505] Fix Autotype update login issue (#16732)
This commit is contained in:
@@ -723,9 +723,7 @@ export class VaultV2Component<C extends CipherViewLike>
|
|||||||
|
|
||||||
this.cipherId = cipher.id;
|
this.cipherId = cipher.id;
|
||||||
this.cipher = cipher;
|
this.cipher = cipher;
|
||||||
if (this.activeUserId) {
|
|
||||||
await this.cipherService.clearCache(this.activeUserId).catch(() => {});
|
|
||||||
}
|
|
||||||
await this.vaultItemsComponent?.load(this.activeFilter.buildFilter()).catch(() => {});
|
await this.vaultItemsComponent?.load(this.activeFilter.buildFilter()).catch(() => {});
|
||||||
await this.go().catch(() => {});
|
await this.go().catch(() => {});
|
||||||
await this.vaultItemsComponent?.refresh().catch(() => {});
|
await this.vaultItemsComponent?.refresh().catch(() => {});
|
||||||
|
|||||||
Reference in New Issue
Block a user