1
0
mirror of https://github.com/bitwarden/web synced 2026-01-07 11:03:16 +00:00
This commit is contained in:
Joseph Flinn
2021-05-12 10:22:13 -07:00
parent a6ccedac94
commit b1caab4e9e
37 changed files with 44 additions and 44 deletions

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<title>Bitwarden WebAuthn Connector</title>
<link href="connectors/webauthn-fallback.f13a80ccb7f6590d700e.css" rel="stylesheet"></head>
<link href="connectors/webauthn-fallback.98a9c1945051671a7214.css" rel="stylesheet"></head>
<body class="layout_frontend">
<div class="container">
@@ -25,12 +25,12 @@
</div>
<hr>
<p class="text-center mb-0">
<button id="webauthn-button" onClick="javascript:init()" class="btn btn-primary btn-lg"></button>
<button id="webauthn-button" class="btn btn-primary btn-lg"></button>
</p>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="connectors/webauthn-fallback.f13a80ccb7f6590d700e.js"></script></body>
<script type="text/javascript" src="connectors/webauthn-fallback.98a9c1945051671a7214.js"></script></body>
</html>