From: Stephen Smith Date: Thu, 16 Sep 2021 20:12:29 +0000 (-0400) Subject: 17229: Webshell clear token from variable after logging in X-Git-Tag: 2.3.0~2^2~7 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/09aa4af1e7131950cfe52b702d8a1dde3b473d55 17229: Webshell clear token from variable after logging in Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- diff --git a/public/webshell/index.html b/public/webshell/index.html index ce903aa0..3f25aed5 100644 --- a/public/webshell/index.html +++ b/public/webshell/index.html @@ -53,6 +53,7 @@ if (findText("assword:")) { sh.keysPressed(token + "\n"); sh.vt100('(sent authentication token)\n'); + token = null; } else { setTimeout(trySendToken, 200); }