feat(frontend/otp): allow changing otp status and showing qrcode

This commit is contained in:
Maieul BOYER 2025-12-06 19:07:13 +01:00
parent 2ad9fe9859
commit 085de41194
No known key found for this signature in database
4 changed files with 359 additions and 59 deletions

View file

@ -16,7 +16,9 @@
},
"dependencies": {
"@tailwindcss/vite": "^4.1.17",
"@types/qrcode": "^1.5.6",
"js-cookie": "^3.0.5",
"qrcode": "^1.5.4",
"socket.io-client": "^4.8.1",
"tailwindcss": "^4.1.17"
}