update captcha iframe on all clients

This commit is contained in:
rr-bw 2024-09-13 15:17:31 -07:00
parent 8fa5c55088
commit 80fd8bd5b0
No known key found for this signature in database
GPG Key ID: 3FA13C3ADEE51D5D
1 changed files with 20 additions and 8 deletions

View File

@ -87,11 +87,13 @@
{{ "getMasterPasswordHint" | i18n }}
</a>
<!-- TODO-rr-bw: will we still be handling captcha? -->
<!-- Captcha iframe -->
<div [hidden]="!showCaptcha()">
<iframe id="hcaptcha_iframe" height="80" sandbox="allow-scripts allow-same-origin"></iframe>
</div>
<iframe
[ngClass]="{ 'tw-hidden': !showCaptcha() }"
id="hcaptcha_iframe"
height="80"
sandbox="allow-scripts allow-same-origin"
></iframe>
<div class="tw-grid tw-gap-3">
<!-- Submit button to Login with Master Password -->
@ -188,11 +190,13 @@
{{ "getMasterPasswordHint" | i18n }}
</a>
<!-- TODO-rr-bw: will we still be handling captcha? -->
<!-- Captcha iframe -->
<div [hidden]="!showCaptcha()">
<iframe id="hcaptcha_iframe" height="80" sandbox="allow-scripts allow-same-origin"></iframe>
</div>
<iframe
[ngClass]="{ 'tw-hidden': !showCaptcha() }"
id="hcaptcha_iframe"
height="80"
sandbox="allow-scripts allow-same-origin"
></iframe>
<div class="tw-grid tw-gap-3">
<!-- Submit button to Login with Master Password -->
@ -282,6 +286,14 @@
{{ "getMasterPasswordHint" | i18n }}
</a>
<!-- Captcha iframe -->
<iframe
[ngClass]="{ 'tw-hidden': !showCaptcha() }"
id="hcaptcha_iframe"
height="80"
sandbox="allow-scripts allow-same-origin"
></iframe>
<div class="tw-grid tw-gap-3">
<!-- Submit button to Login with Master Password -->
<button type="submit" bitButton bitFormButton block buttonType="primary">