user sessions

main
alex 2023-05-14 22:12:50 +02:00
parent d2706e0344
commit cc145a3167
1 changed files with 0 additions and 11 deletions

View File

@ -35,17 +35,6 @@ const columns = [
},
];
const data = [
{
key: "1",
userAgent:
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_2) AppleWebKit/537.36 (KHTML 5) Chrome/121",
connectionStatus: <Badge status="success" text="Online" />,
lastUsed: new Date(Date.now()).toLocaleString(),
expiresAt: new Date(Date.now()).toLocaleString(),
},
];
export default function UserProfile() {
const webSocketContext = useContext(WebSocketContext);