1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

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

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