mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Updated French translation.
This commit is contained in:
parent
2416545aa4
commit
e240d6da7d
6 changed files with 2209 additions and 2116 deletions
|
@ -404,7 +404,6 @@ module.exports.CreateSshTerminalRelay = function (parent, db, ws, req, domain, u
|
|||
|
||||
// Save SSH credentials into device
|
||||
function saveSshCredentials() {
|
||||
console.log('Save SSH credentials', obj.username, obj.password, obj.nodeid);
|
||||
parent.parent.db.Get(obj.nodeid, function (err, nodes) {
|
||||
if ((err != null) || (nodes == null) || (nodes.length != 1)) return;
|
||||
const node = nodes[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue