Fix jwt-token
This commit is contained in:
@@ -2,6 +2,7 @@ import React, { useState } from 'react';
|
||||
import { Outlet, Link, useLocation } from 'react-router-dom';
|
||||
import { useAuth } from '../contexts/AuthContext';
|
||||
import { useSocket } from '../contexts/SocketContext';
|
||||
import DebugToggle from './DebugToggle';
|
||||
import {
|
||||
HomeIcon,
|
||||
MapIcon,
|
||||
@@ -148,6 +149,9 @@ const Layout = () => {
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
{/* Debug Toggle (floating button) */}
|
||||
<DebugToggle />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user