Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Commit daced7f

Browse files
committed
Auth settings are now passed back to main window after logout
1 parent 4479fc3 commit daced7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ui/js/ui.login.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@ var UI = (function(UI, $, undefined) {
198198
"interrupt": 1
199199
}
200200

201+
if(connection.auth) {
202+
params.auth_password = connection.auth.password;
203+
params.auth_user = connection.auth.user;
204+
}
205+
201206
window.location.href = "index.html?" + $.param(params);
202207
});
203208

0 commit comments

Comments
 (0)