Update socket.js
changing from `logout` to `reauth`
This commit is contained in:
parent
21f2c4ef9f
commit
29804c7bc8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ var SSH = require('ssh2').Client
|
|||
var termCols, termRows
|
||||
var menuData = '<a id="logBtn"><i class="fas fa-clipboard fa-fw"></i> Start Log</a>' +
|
||||
'<a id="downloadLogBtn"><i class="fas fa-download fa-fw"></i> Download Log</a>' +
|
||||
'<a style="color:black" href="/logout"><i class="fas fa-key fa-fw"></i> Switch User</a>';
|
||||
'<a style="color:black" href="/reauth"><i class="fas fa-key fa-fw"></i> Switch User</a>';
|
||||
|
||||
// public
|
||||
module.exports = function socket (socket) {
|
||||
|
|
Loading…
Reference in a new issue