mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
update captcha iframe on all clients
This commit is contained in:
@@ -87,11 +87,13 @@
|
|||||||
{{ "getMasterPasswordHint" | i18n }}
|
{{ "getMasterPasswordHint" | i18n }}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!-- TODO-rr-bw: will we still be handling captcha? -->
|
|
||||||
<!-- Captcha iframe -->
|
<!-- Captcha iframe -->
|
||||||
<div [hidden]="!showCaptcha()">
|
<iframe
|
||||||
<iframe id="hcaptcha_iframe" height="80" sandbox="allow-scripts allow-same-origin"></iframe>
|
[ngClass]="{ 'tw-hidden': !showCaptcha() }"
|
||||||
</div>
|
id="hcaptcha_iframe"
|
||||||
|
height="80"
|
||||||
|
sandbox="allow-scripts allow-same-origin"
|
||||||
|
></iframe>
|
||||||
|
|
||||||
<div class="tw-grid tw-gap-3">
|
<div class="tw-grid tw-gap-3">
|
||||||
<!-- Submit button to Login with Master Password -->
|
<!-- Submit button to Login with Master Password -->
|
||||||
@@ -188,11 +190,13 @@
|
|||||||
{{ "getMasterPasswordHint" | i18n }}
|
{{ "getMasterPasswordHint" | i18n }}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!-- TODO-rr-bw: will we still be handling captcha? -->
|
|
||||||
<!-- Captcha iframe -->
|
<!-- Captcha iframe -->
|
||||||
<div [hidden]="!showCaptcha()">
|
<iframe
|
||||||
<iframe id="hcaptcha_iframe" height="80" sandbox="allow-scripts allow-same-origin"></iframe>
|
[ngClass]="{ 'tw-hidden': !showCaptcha() }"
|
||||||
</div>
|
id="hcaptcha_iframe"
|
||||||
|
height="80"
|
||||||
|
sandbox="allow-scripts allow-same-origin"
|
||||||
|
></iframe>
|
||||||
|
|
||||||
<div class="tw-grid tw-gap-3">
|
<div class="tw-grid tw-gap-3">
|
||||||
<!-- Submit button to Login with Master Password -->
|
<!-- Submit button to Login with Master Password -->
|
||||||
@@ -282,6 +286,14 @@
|
|||||||
{{ "getMasterPasswordHint" | i18n }}
|
{{ "getMasterPasswordHint" | i18n }}
|
||||||
</a>
|
</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">
|
<div class="tw-grid tw-gap-3">
|
||||||
<!-- Submit button to Login with Master Password -->
|
<!-- Submit button to Login with Master Password -->
|
||||||
<button type="submit" bitButton bitFormButton block buttonType="primary">
|
<button type="submit" bitButton bitFormButton block buttonType="primary">
|
||||||
|
|||||||
Reference in New Issue
Block a user