Save pw for reconnections when using query params
This commit is contained in:
parent
3c5dd884d2
commit
2e735160bf
|
@ -1039,6 +1039,7 @@ var UI = {
|
||||||
|
|
||||||
if (typeof password === 'undefined') {
|
if (typeof password === 'undefined') {
|
||||||
password = WebUtil.getConfigVar('password');
|
password = WebUtil.getConfigVar('password');
|
||||||
|
UI.reconnect_password = password;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (password === null) {
|
if (password === null) {
|
||||||
|
|
Loading…
Reference in New Issue