bump: 4.0 - new react frontend

This commit is contained in:
2026-03-15 17:27:16 +01:00
parent 6438deaa4e
commit becc4f9445
24 changed files with 722 additions and 262 deletions

11
index.html Normal file
View File

@@ -0,0 +1,11 @@
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<title>US 2FA Autofill</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>