feat(auth,privacy,web): step-by-step login, privacy settings persistence, TOTP QR, and API docs
Some checks failed
CI / test (push) Failing after 22s

This commit is contained in:
2026-03-08 12:09:53 +03:00
parent 1546ae7381
commit 79baadb522
19 changed files with 2034 additions and 79 deletions

View File

@@ -10,11 +10,13 @@
},
"dependencies": {
"axios": "1.11.0",
"qrcode": "^1.5.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"zustand": "5.0.8"
},
"devDependencies": {
"@types/qrcode": "^1.5.5",
"@types/react": "18.3.24",
"@types/react-dom": "18.3.7",
"@vitejs/plugin-react": "5.0.2",