1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 08:43:21 +00:00

lock on app restart

This commit is contained in:
Kyle Spearrin
2019-06-03 12:30:26 -04:00
parent c27e44a7d2
commit 8211f85725
4 changed files with 26 additions and 0 deletions

View File

@@ -2256,6 +2256,24 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to On Device Lock.
/// </summary>
public static string LockOptionOnDeviceLock {
get {
return ResourceManager.GetString("LockOptionOnDeviceLock", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to On App Restart.
/// </summary>
public static string LockOptionOnRestart {
get {
return ResourceManager.GetString("LockOptionOnRestart", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Lock Options.
/// </summary>