mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +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:
@@ -1138,6 +1138,7 @@ export class CipherService implements CipherServiceAbstraction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async replace(ciphers: { [id: string]: CipherData }, userId: UserId): Promise<any> {
|
async replace(ciphers: { [id: string]: CipherData }, userId: UserId): Promise<any> {
|
||||||
|
await this.clearEncryptedCiphersState(userId);
|
||||||
await this.updateEncryptedCipherState(() => ciphers, userId);
|
await this.updateEncryptedCipherState(() => ciphers, userId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user