chore: removed unused config options
This commit is contained in:
parent
bf50fca786
commit
ff978703da
2 changed files with 0 additions and 8 deletions
|
@ -35,10 +35,6 @@ let config = {
|
|||
text: null,
|
||||
background: 'green'
|
||||
},
|
||||
session: {
|
||||
name: 'WebSSH2',
|
||||
secret: 'mysecret'
|
||||
},
|
||||
options: {
|
||||
challengeButton: true,
|
||||
allowreauth: true
|
||||
|
|
|
@ -28,10 +28,6 @@
|
|||
"text": null,
|
||||
"background": "green"
|
||||
},
|
||||
"session": {
|
||||
"name": "WebSSH2",
|
||||
"secret": "mysecret"
|
||||
},
|
||||
"options": {
|
||||
"challengeButton": true,
|
||||
"allowreauth": false
|
||||
|
|
Loading…
Reference in a new issue