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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user