1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-05 01:53:55 +00:00
Files
browser/src/connectors/u2f.html
Kyle Spearrin 865d475083 fix u2f ref
2018-07-23 17:15:33 -04:00

13 lines
181 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Bitwarden U2F Connector</title>
<script src="scripts/u2f.js"></script>
</head>
<body></body>
</html>