mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 08:13:20 +00:00
clear cipher cache when replacing ios autofill identities (#1112)
* clear cipher cache when replacing ios autofill identities * changed to be service-centric * support for multiple cache keys * async suffix * added cache keys for android
This commit is contained in:
@@ -32,6 +32,8 @@ namespace Bit.App.Services
|
||||
Constants.MigratedFromV1AutofillPromptShown,
|
||||
Constants.TriedV1Resync,
|
||||
Constants.ClearCiphersCacheKey,
|
||||
Constants.iOSAutoFillClearCiphersCacheKey,
|
||||
Constants.iOSExtensionClearCiphersCacheKey,
|
||||
Constants.EnvironmentUrlsKey,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user