mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
Set iframe allow on window load (#1019)
* Set webauthn allow on initial load * Update jslib
This commit is contained in:
parent
d82378a7a0
commit
a76f8749ca
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit c70c8ecc247cb92e1f867630031fd5cdf124bcd3
|
||||
Subproject commit 1f0127966e85aa29f9e50144de9b2a03b00de5d4
|
@ -36,7 +36,7 @@
|
||||
</ng-container>
|
||||
<ng-container *ngIf="selectedProviderType === providerType.WebAuthn">
|
||||
<div id="web-authn-frame">
|
||||
<iframe id="webauthn_iframe"></iframe>
|
||||
<iframe id="webauthn_iframe" [allow]="webAuthnAllow"></iframe>
|
||||
</div>
|
||||
<div class="box first">
|
||||
<div class="box-content">
|
||||
|
Loading…
Reference in New Issue
Block a user