1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00: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

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"