mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
This reverts commit 8c51050eda.
This commit is contained in:
@@ -1139,7 +1139,6 @@ 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