mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
Set iframe allow on window load (#1019)
* Set webauthn allow on initial load * Update jslib
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: c70c8ecc24...1f0127966e
@@ -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