chore: removed unused config options

This commit is contained in:
Bill Church 2024-07-11 21:09:20 +00:00
parent bf50fca786
commit ff978703da
No known key found for this signature in database
2 changed files with 0 additions and 8 deletions

View file

@ -35,10 +35,6 @@ let config = {
text: null, text: null,
background: 'green' background: 'green'
}, },
session: {
name: 'WebSSH2',
secret: 'mysecret'
},
options: { options: {
challengeButton: true, challengeButton: true,
allowreauth: true allowreauth: true

View file

@ -28,10 +28,6 @@
"text": null, "text": null,
"background": "green" "background": "green"
}, },
"session": {
"name": "WebSSH2",
"secret": "mysecret"
},
"options": { "options": {
"challengeButton": true, "challengeButton": true,
"allowreauth": false "allowreauth": false