Remove allow from html since it's moved to js
This commit is contained in:
parent
b7889b15ff
commit
907fabdd8e
|
@ -91,4 +91,4 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<ng-template #twoFactorOptions></ng-template>
|
<ng-template #twoFactorOptions></ng-template>
|
||||||
<iframe id="webauthn_iframe" hidden allow="publickey-credentials-get *"></iframe>
|
<iframe id="webauthn_iframe" hidden></iframe>
|
||||||
|
|
Loading…
Reference in New Issue