1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-03 00:20:35 +02:00

fix u2f ref

This commit is contained in:
Kyle Spearrin 2018-07-23 17:15:33 -04:00
parent 6b9c9f9f78
commit 865d475083
2 changed files with 2 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit 0b2fab43d53804cafe0ba48526853393fce1ec6f
Subproject commit bbcbd6d119396e80d02849c67204fa53434896e6

View File

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>Bitwarden U2F Connector</title>
<script src="../scripts/u2f.js"></script>
<script src="scripts/u2f.js"></script>
</head>
<body></body>