mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
Add support for Windows Hello (#212)
Windows Hello is currently supported in the UWP app, but all of the strings just point to using fingerprint. Windows Hello instead will adjust based on what the user has avaliable and registered with the Windows OS. To reflect that it isn't just fingerprints update the strings when on UWP. Signed-off-by: Alistair Francis <alistair@alistair23.me>
This commit is contained in:
committed by
Kyle Spearrin
parent
d395115cc9
commit
f300d1bafd
27
src/App/Resources/AppResources.Designer.cs
generated
27
src/App/Resources/AppResources.Designer.cs
generated
@@ -2949,6 +2949,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Unlock with Windows Hello.
|
||||
/// </summary>
|
||||
public static string UseWindowsHelloToUnlock {
|
||||
get {
|
||||
return ResourceManager.GetString("UseWindowsHelloToUnlock", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Validating.
|
||||
/// </summary>
|
||||
@@ -3057,6 +3066,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Verify with Windows Hello.
|
||||
/// </summary>
|
||||
public static string VerifyWindowsHello {
|
||||
get {
|
||||
return ResourceManager.GetString("VerifyWindowsHello", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Version.
|
||||
/// </summary>
|
||||
@@ -3138,6 +3156,15 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Windows Hello.
|
||||
/// </summary>
|
||||
public static string WindowsHello {
|
||||
get {
|
||||
return ResourceManager.GetString("WindowsHello", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Yes.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user