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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user