Pass network name along to the client connect window when network is locked and not displayed

This commit is contained in:
Jérémie Astori 2018-08-11 18:10:13 -04:00
parent 174c6c744c
commit 039d1220cb
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8

View file

@ -590,6 +590,7 @@ function getClientConfiguration(network) {
} else { } else {
// Only send defaults that are visible on the client // Only send defaults that are visible on the client
config.defaults = _.pick(network || Helper.config.defaults, [ config.defaults = _.pick(network || Helper.config.defaults, [
"name",
"nick", "nick",
"username", "username",
"password", "password",