From 786dd28a842b7330812625c2f10887bbbc5d2e94 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Tue, 8 Jun 2021 09:29:11 +0200 Subject: [PATCH] Add a button to prompt WebAuthn on FF and Safari (#1879) --- jslib | 2 +- src/_locales/en/messages.json | 5 ++++- src/popup/accounts/two-factor.component.html | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/jslib b/jslib index 1016bbfb9e..ff387622e0 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 1016bbfb9eb28c220de8d2ab86d1f2757328f254 +Subproject commit ff387622e0e8bbfb45a6a06da5eb86c8da9d763d diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index 2e22eaacd2..8309ae412f 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -803,7 +803,10 @@ "message": "Insert your security key into your computer's USB port. If it has a button, touch it." }, "webAuthnNewTab": { - "message": "Continue the WebAuthn 2FA verification in the new tab." + "message": "To start the WebAuthn 2FA verification. Click the button below to open a new tab and follow the instructions provided in the new tab." + }, + "webAuthnNewTabOpen": { + "message": "Open new tab" }, "webAuthnAuthenticate": { "message": "Authenticate WebAuthn" diff --git a/src/popup/accounts/two-factor.component.html b/src/popup/accounts/two-factor.component.html index db6518b817..2e8cd97b06 100644 --- a/src/popup/accounts/two-factor.component.html +++ b/src/popup/accounts/two-factor.component.html @@ -73,6 +73,7 @@

{{'webAuthnNewTab' | i18n}}

+