mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed the OTP random generator to be even.
This commit is contained in:
parent
632d190d23
commit
86b5e4a85d
8 changed files with 22 additions and 11 deletions
|
@ -971,6 +971,10 @@
|
|||
//addNotification(n);
|
||||
break;
|
||||
}
|
||||
case 'stopped': { // Server is stopping.
|
||||
// TODO: Disconnect
|
||||
break;
|
||||
}
|
||||
default:
|
||||
console.log('Unknown message.event.action', message.event.action);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue