Fix jwt-token

This commit is contained in:
2025-09-19 12:58:48 +02:00
parent 0fa4771a0a
commit 13593d32b4
9 changed files with 836 additions and 2 deletions

View File

@@ -17,7 +17,10 @@
"date-fns": "^2.30.0",
"react-hot-toast": "^2.4.1",
"framer-motion": "^10.16.4",
"classnames": "^2.3.2"
"classnames": "^2.3.2",
"react-i18next": "^13.5.0",
"i18next": "^23.7.8",
"i18next-browser-languagedetector": "^7.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.3",