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,
|
text: null,
|
||||||
background: 'green'
|
background: 'green'
|
||||||
},
|
},
|
||||||
session: {
|
|
||||||
name: 'WebSSH2',
|
|
||||||
secret: 'mysecret'
|
|
||||||
},
|
|
||||||
options: {
|
options: {
|
||||||
challengeButton: true,
|
challengeButton: true,
|
||||||
allowreauth: true
|
allowreauth: true
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue