1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-31 08:20:37 +01:00

u2f connector updates

This commit is contained in:
Kyle Spearrin 2018-06-05 00:32:06 -04:00
parent 9cafb76781
commit 8f14ced5af

View File

@ -5,12 +5,7 @@
<title>U2F Connector</title> <title>U2F Connector</title>
</head> </head>
<body> <body>
<!-- @if true !>
<script src="js/u2f.min.js?v=<!-- @echo cacheTag !>"></script>
<!-- @endif -->
<!-- @exclude -->
<script src="js/u2f-api.js"></script> <script src="js/u2f-api.js"></script>
<script src="js/u2f-connector.js"></script> <script src="js/u2f-connector.js"></script>
<!-- @endexclude -->
</body> </body>
</html> </html>