1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 08:13:20 +00:00

set pin from settings

This commit is contained in:
Kyle Spearrin
2019-05-16 15:54:21 -04:00
parent c65b065dd7
commit c5bd59e52c
9 changed files with 80 additions and 6 deletions

View File

@@ -3183,6 +3183,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Set your PIN code for unlocking Bitwarden. Your PIN settings will be reset if you ever fully log out of the application..
/// </summary>
public static string SetPINDescription {
get {
return ResourceManager.GetString("SetPINDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Enter a 4 digit PIN code to unlock the app with..
/// </summary>