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

@@ -19,7 +19,10 @@
"@heroicons/react": "^2.0.18",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"react-hot-toast": "^2.4.1"
"react-hot-toast": "^2.4.1",
"react-i18next": "^13.5.0",
"i18next": "^23.7.8",
"i18next-browser-languagedetector": "^7.2.0"
},
"devDependencies": {
"@types/react": "^18.2.15",