mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[PM-21005] Clear Add/Edit form cache when browser loses focus (#14634)
This commit is contained in:
@@ -27,6 +27,7 @@ export class CipherFormCacheService {
|
||||
key: CIPHER_FORM_CACHE_KEY,
|
||||
initialValue: null,
|
||||
deserializer: CipherView.fromJSON,
|
||||
clearOnTabChange: true,
|
||||
});
|
||||
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user