aboutsummaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-08-01 19:35:28 +0200
committerAndrew Lewis <nerf@judo.za.org>2016-08-01 19:36:45 +0200
commit5b6bc2edf627509ad46ea73c0426489d76b7ed9b (patch)
treea0b3a98528eae1e09e036613e3f486d4a1184925 /interface
parentfe918fe1f9050d009d709c3e5806fcb8e14a6dae (diff)
downloadrspamd-5b6bc2edf627509ad46ea73c0426489d76b7ed9b.tar.gz
rspamd-5b6bc2edf627509ad46ea73c0426489d76b7ed9b.zip
[WebUI] Try harder to clear password on disconnect
Diffstat (limited to 'interface')
-rw-r--r--interface/js/rspamd.js1
1 files changed, 1 insertions, 0 deletions
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()) {