Fix jwt-token

This commit is contained in:
2025-09-19 13:00:48 +02:00
parent 13593d32b4
commit a1074227f1
3 changed files with 72 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App.jsx'
import './index.css'
import './i18n' // Initialize i18n
// Suppress browser extension errors in development
if (process.env.NODE_ENV === 'development') {