Remove allow from html since it's moved to js

This commit is contained in:
Hinton 2021-03-04 22:36:17 +01:00
parent b7889b15ff
commit 907fabdd8e
1 changed files with 1 additions and 1 deletions

View File

@ -91,4 +91,4 @@
</div>
</form>
<ng-template #twoFactorOptions></ng-template>
<iframe id="webauthn_iframe" hidden allow="publickey-credentials-get *"></iframe>
<iframe id="webauthn_iframe" hidden></iframe>