mirror of
https://github.com/bitwarden/mobile
synced 2025-12-19 09:43:27 +00:00
log out after 5 failed pin attempts
This commit is contained in:
@@ -5,6 +5,7 @@ namespace Bit.App.Abstractions
|
||||
public interface IAppSettingsService
|
||||
{
|
||||
bool Locked { get; set; }
|
||||
int FailedPinAttempts { get; set; }
|
||||
DateTime LastActivity { get; set; }
|
||||
DateTime LastCacheClear { get; set; }
|
||||
bool AutofillPersistNotification { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user