Skip to content

Commit

Permalink
Update socket.js
Browse files Browse the repository at this point in the history
changing from `logout` to `reauth`
  • Loading branch information
billchurch authored Jul 30, 2018
1 parent 21f2c4e commit 29804c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 29804c7

Please sign in to comment.