From f7a74c8cf296df124a57710ec3dc80f4dbb63ae7 Mon Sep 17 00:00:00 2001 From: Andreas Coroiu Date: Thu, 5 Jan 2023 15:29:24 +0100 Subject: [PATCH] [EC-598] feat: differntiate between resident auth and 2fa --- .../src/popup/fido2/fido2.component.html | 21 ++++++----- .../src/popup/fido2/fido2.component.ts | 11 ++++++ .../browser-fido2-user-interface.service.ts | 36 +++++++++++++++++++ ...ido2-user-interface.service.abstraction.ts | 1 + .../src/services/fido2/fido2.service.ts | 2 +- .../noop-fido2-user-interface.service.ts | 4 +++ 6 files changed, 66 insertions(+), 9 deletions(-) diff --git a/apps/browser/src/popup/fido2/fido2.component.html b/apps/browser/src/popup/fido2/fido2.component.html index 2534d22ce7b..49bd634abfa 100644 --- a/apps/browser/src/popup/fido2/fido2.component.html +++ b/apps/browser/src/popup/fido2/fido2.component.html @@ -1,7 +1,18 @@
+ + A site is asking for authentication using the following credential: +
+
+ +
+
+ +
- A site is asking for authentication, please choose one of the following credentials to use + A site is asking for authentication, please choose one of the following credentials to use:
-
A site wants to create the following passkey in your vault @@ -23,9 +30,7 @@
- +