mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +01:00
[Captcha] Implement captcha for 2fa (#1513)
* [Captcha] Implement captcha for 2fa * Removed center justified captcha for now
This commit is contained in:
parent
3bc8955dd5
commit
5e7d94efb8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user