mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
[Captcha] Implement captcha for 2fa (#2428)
* [Captcha] Implement captcha for 2fa * Update jslib
This commit is contained in:
parent
24482890b1
commit
0b6e0b0e12
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit e47eb5e74fd8ff5537149ca033fb395bb0f6295b
|
||||
Subproject commit 813457c348ef5cac289a4d64d34edc45f49f2b10
|
@ -121,6 +121,9 @@
|
||||
</div>
|
||||
</div>
|
||||
</ng-container>
|
||||
<div class="box-content-row" [hidden]="!showCaptcha()">
|
||||
<iframe id="hcaptcha_iframe" height="80"></iframe>
|
||||
</div>
|
||||
<div class="content" *ngIf="selectedProviderType == null">
|
||||
<p class="text-center">{{ "noTwoStepProviders" | i18n }}</p>
|
||||
<p class="text-center">{{ "noTwoStepProviders2" | i18n }}</p>
|
||||
|
Loading…
Reference in New Issue
Block a user