[ARVADOS-WORKBENCH2] updated: 2.2.1-79-g09aa4af1

Git user git at public.arvados.org
Thu Sep 16 20:12:58 UTC 2021


Summary of changes:
 public/webshell/index.html | 1 +
 1 file changed, 1 insertion(+)

       via  09aa4af1e7131950cfe52b702d8a1dde3b473d55 (commit)
      from  c331c8cdce120fc46e412deea700141267c832e6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 09aa4af1e7131950cfe52b702d8a1dde3b473d55
Author: Stephen Smith <stephen at curii.com>
Date:   Thu Sep 16 16:12:29 2021 -0400

    17229: Webshell clear token from variable after logging in
    
    Arvados-DCO-1.1-Signed-off-by: Stephen Smith <stephen at curii.com>

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);
           }

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list