fix: add cols and rows to session.ssh property
This commit is contained in:
parent
3858453bbb
commit
d70a315827
1 changed files with 2 additions and 0 deletions
|
|
@ -171,6 +171,8 @@ exports.connect = function connect(req, res) {
|
||||||
letterSpacing,
|
letterSpacing,
|
||||||
lineHeight,
|
lineHeight,
|
||||||
},
|
},
|
||||||
|
cols: null,
|
||||||
|
rows: null,
|
||||||
allowreplay:
|
allowreplay:
|
||||||
config.options.challengeButton ||
|
config.options.challengeButton ||
|
||||||
(validator.isBoolean(`${req.headers.allowreplay}`)
|
(validator.isBoolean(`${req.headers.allowreplay}`)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue