Skip to content

Commit

Permalink
Remove fetch polyfill from demo
Browse files Browse the repository at this point in the history
All browsers that support WebAuthn also support the Fetch API.
  • Loading branch information
emlun committed May 16, 2022
1 parent aef06cf commit 49ee771
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 577 deletions.
1 change: 0 additions & 1 deletion webauthn-server-demo/src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
<script src="lib/u2f-api-1.1.js"></script>
<script src="lib/text-encoding-0.7.0/encoding.js"></script>
<script src="lib/text-encoding-0.7.0/encoding-indexes.js"></script>
<script src="lib/fetch/fetch-3.0.0.js"></script>
<script src="lib/base64js/base64js-1.3.0.min.js"></script>
<script src="js/base64url.js"></script>

Expand Down
20 changes: 0 additions & 20 deletions webauthn-server-demo/src/main/webapp/lib/fetch/LICENSE

This file was deleted.

Loading

0 comments on commit 49ee771

Please sign in to comment.