Fix jwt-token

This commit is contained in:
2025-09-13 14:09:33 +02:00
parent 98c75c125d
commit f946816fdb
7 changed files with 1689 additions and 1 deletions

View File

@@ -14,7 +14,8 @@ import {
XMarkIcon,
SignalIcon,
WifiIcon,
BugAntIcon
BugAntIcon,
CogIcon
} from '@heroicons/react/24/outline';
import classNames from 'classnames';
@@ -27,6 +28,7 @@ const baseNavigation = [
];
const adminNavigation = [
{ name: 'Settings', href: '/settings', icon: CogIcon },
{ name: 'Debug', href: '/debug', icon: BugAntIcon },
];