1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

u2d lib is externals

This commit is contained in:
Kyle Spearrin
2018-06-27 22:05:33 -04:00
parent bf5d8cab1c
commit 5760efdaa1
4 changed files with 9 additions and 3 deletions

View File

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

View File

@@ -1,4 +1,4 @@
require('../scripts/u2f');
import * as u2f from 'u2f';
document.addEventListener('DOMContentLoaded', function (event) {
init();