Save pw for reconnections when using query params

This commit is contained in:
Samuel Mannehed 2017-10-16 11:06:40 +02:00
parent 3c5dd884d2
commit 2e735160bf
1 changed files with 1 additions and 0 deletions

View File

@ -1039,6 +1039,7 @@ var UI = {
if (typeof password === 'undefined') {
password = WebUtil.getConfigVar('password');
UI.reconnect_password = password;
}
if (password === null) {