1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

Set iframe allow on window load (#1019)

* Set webauthn allow on initial load

* Update jslib
This commit is contained in:
Matt Gibson
2021-08-13 10:24:07 -04:00
committed by GitHub
parent d82378a7a0
commit a76f8749ca
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: c70c8ecc24...1f0127966e

View File

@@ -36,7 +36,7 @@
</ng-container> </ng-container>
<ng-container *ngIf="selectedProviderType === providerType.WebAuthn"> <ng-container *ngIf="selectedProviderType === providerType.WebAuthn">
<div id="web-authn-frame"> <div id="web-authn-frame">
<iframe id="webauthn_iframe"></iframe> <iframe id="webauthn_iframe" [allow]="webAuthnAllow"></iframe>
</div> </div>
<div class="box first"> <div class="box first">
<div class="box-content"> <div class="box-content">