1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-12 01:48:21 +02:00

[Captcha] Implement captcha for 2fa (#1513)

* [Captcha] Implement captcha for 2fa

* Removed center justified captcha for now
This commit is contained in:
Vincent Salucci 2022-03-03 18:20:43 -06:00 committed by GitHub
parent 3bc8955dd5
commit 5e7d94efb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,9 @@
<p>{{ "noTwoStepProviders2" | i18n }}</p>
</ng-container>
<hr />
<div [hidden]="!showCaptcha()">
<iframe id="hcaptcha_iframe" height="80"></iframe>
</div>
<div class="d-flex mb-3">
<button
type="submit"