1
0
mirror of https://github.com/bitwarden/web synced 2026-01-08 03:23:29 +00:00
Files
web/webauthn-connector.html
Joseph Flinn a6ccedac94 Updates
2021-05-12 07:26:33 -07:00

17 lines
555 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Bitwarden WebAuthn Connector</title>
<link href="connectors/webauthn.f13a80ccb7f6590d700e.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.f13a80ccb7f6590d700e.js"></script></body>
</html>