ADD:added decode jwt token and automated login to dashboard after login

This commit is contained in:
hwinkel
2025-05-21 20:12:50 +02:00
parent a330291456
commit 4158b87576
6 changed files with 44 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ import Players from './pages/Players';
import Navigation from './pages/Navigation';
function App() {
return (
<AuthProvider>
<Router>