mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
security settings for touch id and locking
This commit is contained in:
10
src/App/Constants.cs
Normal file
10
src/App/Constants.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Bit.App
|
||||
{
|
||||
public static class Constants
|
||||
{
|
||||
public const string SettingFingerprintUnlockOn = "fingerprintUnlockOn";
|
||||
public const string SettingPinUnlockOn = "pinUnlockOn";
|
||||
public const string SettingLockSeconds = "lockSeconds";
|
||||
public const string SettingLastBackgroundedDate = "lastBackgroundedDate";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user