From 0b6e0b0e12adcaad89e8bb5b8ae6f14b18277650 Mon Sep 17 00:00:00 2001 From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com> Date: Thu, 3 Mar 2022 17:02:24 -0600 Subject: [PATCH] [Captcha] Implement captcha for 2fa (#2428) * [Captcha] Implement captcha for 2fa * Update jslib --- jslib | 2 +- src/popup/accounts/two-factor.component.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/jslib b/jslib index e47eb5e74f..813457c348 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit e47eb5e74fd8ff5537149ca033fb395bb0f6295b +Subproject commit 813457c348ef5cac289a4d64d34edc45f49f2b10 diff --git a/src/popup/accounts/two-factor.component.html b/src/popup/accounts/two-factor.component.html index 699bb95395..e94f94751d 100644 --- a/src/popup/accounts/two-factor.component.html +++ b/src/popup/accounts/two-factor.component.html @@ -121,6 +121,9 @@ +
+ +

{{ "noTwoStepProviders" | i18n }}

{{ "noTwoStepProviders2" | i18n }}