From 4bb114ce43c4ffe7bafe073a408e67cc649689bf Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 25 Aug 2025 17:46:54 +0800 Subject: [PATCH] bugfix --- wwwroot/connecthost.xterm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wwwroot/connecthost.xterm b/wwwroot/connecthost.xterm index 1825891..2191db4 100644 --- a/wwwroot/connecthost.xterm +++ b/wwwroot/connecthost.xterm @@ -9,6 +9,8 @@ where a.id= ${id}$ if len(recs) > 0: r = recs[0] r.username = r.user + if r.client_key: + r.client_key = password_decode(r.client_key) if r.password: r.password = password_decode(r.password) if r.passphrase: