1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

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

This reverts commit 8c51050eda.
This commit is contained in:
Nick Krantz
2025-08-29 14:57:19 -05:00
committed by GitHub
parent de928e9ba1
commit e4c75b3c49

View File

@@ -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);
}