From b28fc00865d2b852d8153ec2b0ab3f4922ab88c6 Mon Sep 17 00:00:00 2001 From: Andreas Coroiu Date: Thu, 27 Apr 2023 13:31:07 +0200 Subject: [PATCH] [EC-598] feat: show unsupported user verification error --- .../fido2/popup/fido2/fido2.component.html | 76 ++++++++++--------- .../src/fido2/popup/fido2/fido2.component.ts | 7 ++ 2 files changed, 46 insertions(+), 37 deletions(-) diff --git a/apps/browser/src/fido2/popup/fido2/fido2.component.html b/apps/browser/src/fido2/popup/fido2/fido2.component.html index 7ddb13601c4..6afb62801c2 100644 --- a/apps/browser/src/fido2/popup/fido2/fido2.component.html +++ b/apps/browser/src/fido2/popup/fido2/fido2.component.html @@ -1,47 +1,49 @@ +
- - A site is asking for authentication, please choose one of the following credentials to use: -
-
- -
-
+ + Password confirmation required by initiating site. Your account does not support password + confirmation. - - A site wants to create the following passkey in your vault -
-
- + + + A site is asking for authentication, please choose one of the following credentials to use: +
+
+ +
-
- - - - A passkey already exists in Bitwarden for this account -
-
- + + + A site wants to create the following passkey in your vault +
+
+ +
-
- - - You do not have a matching login for this site. -
-
- + + + + A passkey already exists in Bitwarden for this account +
+
+ +
-
+ + + You do not have a matching login for this site. +