cleaning up an issue with client config generation

This commit is contained in:
2018-02-16 20:41:09 -05:00
parent 3978be8a40
commit ba0f076c66
3 changed files with 8 additions and 3 deletions

View File

@@ -36,6 +36,10 @@ func GenerateClientConfigFile(config FullClientSettings, authString string) {
const ClientUsername = "` + config.ClientUsername + `"
const ClientPassword = "` + config.ClientPassword + `"
`
} else {
webUIAuth = `
const LoginRequired = false
`
}
if config.UseProxy {