Fix jwt-token
This commit is contained in:
@@ -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 },
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user