bitwarden-mobile/src/Core/Constants.cs

9 lines
197 B
C#
Raw Normal View History

2019-04-03 20:21:54 +02:00
namespace Bit.Core
{
public static class Constants
{
public static string LockOptionKey = "lockOption";
2019-04-08 22:04:41 +02:00
public static string PinProtectedKey = "pinProtectedKey";
2019-04-03 20:21:54 +02:00
}
}