1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

Set iframe allow on window load (#1125)

* Set webauthn allow on initial page load

* Update jslib
This commit is contained in:
Matt Gibson
2021-08-13 10:23:51 -04:00
committed by GitHub
parent 919af717b9
commit b47835df68
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: c70c8ecc24...1f0127966e

View File

@@ -35,7 +35,7 @@
</ng-container>
<ng-container *ngIf="selectedProviderType === providerType.WebAuthn">
<div id="web-authn-frame" class="mb-3">
<iframe id="webauthn_iframe"></iframe>
<iframe id="webauthn_iframe" [allow]="webAuthnAllow"></iframe>
</div>
</ng-container>
<ng-container *ngIf="selectedProviderType === providerType.Duo ||