mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 01:03:24 +00:00
track failed unlock attempts in storage (#1421)
This commit is contained in:
@@ -39,6 +39,7 @@ namespace Bit.App.Services
|
||||
Constants.iOSExtensionBiometricIntegrityKey,
|
||||
Constants.EnvironmentUrlsKey,
|
||||
Constants.InlineAutofillEnabledKey,
|
||||
Constants.InvalidUnlockAttempts,
|
||||
};
|
||||
|
||||
private readonly HashSet<string> _migrateToPreferences = new HashSet<string>
|
||||
|
||||
Reference in New Issue
Block a user