remove device lock

This commit is contained in:
Kyle Spearrin 2019-06-03 12:33:20 -04:00
parent 8211f85725
commit a5256a6491
2 changed files with 0 additions and 12 deletions

View File

@ -2256,15 +2256,6 @@ 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>

View File

@ -1592,9 +1592,6 @@
<data name="DisableSavePromptDescription" xml:space="preserve">
<value>The "Save Prompt" automatically prompts you to save new items to your vault whenever you enter them for the first time.</value>
</data>
<data name="LockOptionOnDeviceLock" xml:space="preserve">
<value>On Device Lock</value>
</data>
<data name="LockOptionOnRestart" xml:space="preserve">
<value>On App Restart</value>
</data>