1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[PM-26505] Fix Autotype update login issue (#16732)

This commit is contained in:
Colton Hurst
2025-10-13 17:34:06 -04:00
committed by GitHub
parent 13f3792f34
commit e9fc230dc1

View File

@@ -723,9 +723,7 @@ export class VaultV2Component<C extends CipherViewLike>
this.cipherId = cipher.id;
this.cipher = cipher;
if (this.activeUserId) {
await this.cipherService.clearCache(this.activeUserId).catch(() => {});
}
await this.vaultItemsComponent?.load(this.activeFilter.buildFilter()).catch(() => {});
await this.go().catch(() => {});
await this.vaultItemsComponent?.refresh().catch(() => {});