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
@@ -191,7 +191,7 @@ async def get_index():
<html>
<head>
<title>WebAuthn Registration Demo</title>
<script src="https://unpkg.com/@simplewebauthn/browser/dist/bundle/index.umd.min.js"></script>
<script src="/static/simplewebauthn-browser.min.js"></script>
<style>
body { font-family: Arial, sans-serif; max-width: 600px; margin: 50px auto; padding: 20px; }
.container { text-align: center; }