Pass network name along to the client connect window when network is locked and not displayed
This commit is contained in:
parent
174c6c744c
commit
039d1220cb
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user