mirror of
https://github.com/bitwarden/mobile
synced 2025-12-18 09:13:15 +00:00
added lock setting to persist settings page lock action between app restarts
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
public const string SettingPinUnlockOn = "setting:pinUnlockOn";
|
||||
public const string SettingLockSeconds = "setting:lockSeconds";
|
||||
public const string SettingLastBackgroundedDate = "lastBackgroundedDate";
|
||||
public const string SettingLocked = "locked";
|
||||
|
||||
public const string PasswordGeneratorLength = "pwGenerator:length";
|
||||
public const string PasswordGeneratorUppercase = "pwGenerator:uppercase";
|
||||
|
||||
Reference in New Issue
Block a user