Refactoring in progress, needs cleanup.

This commit is contained in:
2025-07-08 03:00:02 +00:00
parent ef01fde84a
commit 3135def2d7
15 changed files with 907 additions and 116 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<head>
<title>Add Device - Passkey Authentication</title>
<link rel="stylesheet" href="/static/style.css">
<script src="https://unpkg.com/@simplewebauthn/browser/dist/bundle/index.umd.min.js"></script>
<script src="/static/simplewebauthn-browser.min.js"></script>
<script src="/static/qrcodejs/qrcode.min.js"></script>
<script src="/static/awaitable-websocket.js"></script>
</head>