From 461411af797a5030b85bd4e8c50c1004d253ff29 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 29 Aug 2025 17:44:05 +0800 Subject: [PATCH] bugfix --- wwwroot/connecthost.xterm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wwwroot/connecthost.xterm b/wwwroot/connecthost.xterm index 2191db4..eb14376 100644 --- a/wwwroot/connecthost.xterm +++ b/wwwroot/connecthost.xterm @@ -10,9 +10,9 @@ where a.id= ${id}$ 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) + r.client_keys = [password_decode(r.client_key)] + if r.passwd: + r.password = password_decode(r.passwd) if r.passphrase: r.passphrase = password_decode(r.passphrase) if r.jumperid: