1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-17 16:53:26 +00:00

ui changes for lock screen if using key connector with biometrics (#1654)

This commit is contained in:
Jake Fink
2021-11-19 17:25:19 -05:00
committed by GitHub
parent 7d42d19ae3
commit 316cb4d21c
5 changed files with 78 additions and 23 deletions

View File

@@ -2543,6 +2543,12 @@ namespace Bit.App.Resources {
}
}
public static string UnlockVault {
get {
return ResourceManager.GetString("UnlockVault", resourceCulture);
}
}
public static string ThirtyMinutes {
get {
return ResourceManager.GetString("ThirtyMinutes", resourceCulture);
@@ -2573,6 +2579,12 @@ namespace Bit.App.Resources {
}
}
public static string VaultLockedIdentity {
get {
return ResourceManager.GetString("VaultLockedIdentity", resourceCulture);
}
}
public static string Dark {
get {
return ResourceManager.GetString("Dark", resourceCulture);