mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixing realname in notification for terminal sessions (#5928)
This commit is contained in:
parent
4f11d7fdbc
commit
4027ee1b28
2 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
|
|||
const PROTOCOL_WEBVNC = 204;
|
||||
|
||||
// MeshCentral Satellite
|
||||
const SATELLITE_PRESENT = 1; // This session is a MeshCentral Salellite session
|
||||
const SATELLITE_PRESENT = 1; // This session is a MeshCentral Satellite session
|
||||
const SATELLITE_802_1x = 2; // This session supports 802.1x profile checking and creation
|
||||
|
||||
// Events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue