From: Andrew Lewis Date: Mon, 1 Aug 2016 17:35:28 +0000 (+0200) Subject: [WebUI] Try harder to clear password on disconnect X-Git-Tag: 1.3.2~80^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5b6bc2edf627509ad46ea73c0426489d76b7ed9b;p=rspamd.git [WebUI] Try harder to clear password on disconnect --- diff --git a/interface/js/rspamd.js b/interface/js/rspamd.js index 1c07571a7..688715e24 100644 --- a/interface/js/rspamd.js +++ b/interface/js/rspamd.js @@ -169,6 +169,7 @@ $('#listMaps').empty(); $('#historyLog tbody').remove(); $('#modalBody').empty(); + password = ''; } function isLogged() { if (!supportsSessionStorage()) {