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:
2
jslib
2
jslib
Submodule jslib updated: c70c8ecc24...1f0127966e
@@ -35,7 +35,7 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="selectedProviderType === providerType.WebAuthn">
|
<ng-container *ngIf="selectedProviderType === providerType.WebAuthn">
|
||||||
<div id="web-authn-frame" class="mb-3">
|
<div id="web-authn-frame" class="mb-3">
|
||||||
<iframe id="webauthn_iframe"></iframe>
|
<iframe id="webauthn_iframe" [allow]="webAuthnAllow"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="selectedProviderType === providerType.Duo ||
|
<ng-container *ngIf="selectedProviderType === providerType.Duo ||
|
||||||
|
|||||||
Reference in New Issue
Block a user