1
0
mirror of https://github.com/bitwarden/web synced 2026-01-08 11:33:44 +00:00
Files
web/webauthn-connector.html
Joseph Flinn f0bf90d8c2 Updates
2021-05-11 20:26:52 -07:00

17 lines
555 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Bitwarden WebAuthn Connector</title>
<link href="connectors/webauthn.a34068436143996e1f65.css" rel="stylesheet"></head>
<body style="background: transparent;">
<img src="images/u2fkey.jpg" class="rounded img-fluid mb-3">
<div class="text-center">
<button id="webauthn-button" class="btn btn-primary" onclick="javascript:executeWebAuthn()"></button>
</div>
<script type="text/javascript" src="connectors/webauthn.a34068436143996e1f65.js"></script></body>
</html>