WIP Blocked users and clean up obj { } its in constitant

This commit is contained in:
NigeParis 2025-12-17 09:57:41 +01:00
parent 384e0b6256
commit f76d27ab62

View file

@ -31,7 +31,6 @@ export type blockedUnBlocked =
by: string,
};
// get the name of the machine used to connect
const machineHostName = window.location.hostname;
console.log('connect to login at %chttps://' + machineHostName + ':8888/app/login',color.yellow);