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:
@@ -4,6 +4,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Bitwarden U2F Connector</title>
|
||||
<script src="../scripts/u2f.js"></script>
|
||||
</head>
|
||||
|
||||
<body></body>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
require('../scripts/u2f');
|
||||
import * as u2f from 'u2f';
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function (event) {
|
||||
init();
|
||||
|
||||
Reference in New Issue
Block a user