1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

PM-23386 Display autofill options after sync (#15906)

* PM-23386 Display autofill options after sync

* Clear the cipher state instead of changing caching

* Fix `true` param that isn't needed anymore
This commit is contained in:
Jeffrey Holland
2025-08-28 10:55:18 +02:00
committed by GitHub
parent cde4890e5e
commit 8c51050eda

View File

@@ -1138,6 +1138,7 @@ export class CipherService implements CipherServiceAbstraction {
}
async replace(ciphers: { [id: string]: CipherData }, userId: UserId): Promise<any> {
await this.clearEncryptedCiphersState(userId);
await this.updateEncryptedCipherState(() => ciphers, userId);
}