mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Set iframe allow on window load (#1019)
* Set webauthn allow on initial load * Update jslib
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user