mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-28 17:18:23 +01:00
remove device lock
This commit is contained in:
parent
8211f85725
commit
a5256a6491
9
src/App/Resources/AppResources.Designer.cs
generated
9
src/App/Resources/AppResources.Designer.cs
generated
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user