1
0
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:
Matt Portune
2021-09-09 10:04:49 -04:00
committed by GitHub
parent 4667a9d643
commit 14b51b1a7f
3 changed files with 7 additions and 6 deletions

View File

@@ -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);
}
}