mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 08:13:20 +00:00
friendly message for webauthn errors (#1534)
* friendly error message for webauthn error flow * combine original plus friendly message * remove redundant phrasing
This commit is contained in:
4
src/App/Resources/AppResources.Designer.cs
generated
4
src/App/Resources/AppResources.Designer.cs
generated
@@ -3585,9 +3585,9 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
public static string Fido2SomethingWentWrong {
|
||||
public static string Fido2CheckBrowser {
|
||||
get {
|
||||
return ResourceManager.GetString("Fido2SomethingWentWrong", resourceCulture);
|
||||
return ResourceManager.GetString("Fido2CheckBrowser", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user