Merge conflicts

This commit is contained in:
NigeParis 2025-12-18 20:18:45 +01:00
parent a7fcb351f8
commit 46a1b99ed1
2 changed files with 1 additions and 1 deletions

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);