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

* [Captcha] Implement captcha for 2fa

* Update jslib
This commit is contained in:
Vincent Salucci 2022-03-03 17:02:24 -06:00 committed by GitHub
parent 24482890b1
commit 0b6e0b0e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

2
jslib

@ -1 +1 @@
Subproject commit e47eb5e74fd8ff5537149ca033fb395bb0f6295b
Subproject commit 813457c348ef5cac289a4d64d34edc45f49f2b10

View File

@ -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>