mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
Set iframe allow on window load (#1125)
* Set webauthn allow on initial page load * Update jslib
This commit is contained in:
parent
919af717b9
commit
b47835df68
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit c70c8ecc247cb92e1f867630031fd5cdf124bcd3
|
Subproject commit 1f0127966e85aa29f9e50144de9b2a03b00de5d4
|
@ -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 ||
|
||||||
|
Loading…
Reference in New Issue
Block a user