mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
[Captcha] Implement captcha for 2fa (#2428)
* [Captcha] Implement captcha for 2fa * Update jslib
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: e47eb5e74f...813457c348
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user