mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +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> {
|
||||
await this.clearEncryptedCiphersState(userId);
|
||||
await this.updateEncryptedCipherState(() => ciphers, userId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user