diff --git a/dist/antd_web_apps.tar.gz b/dist/antd_web_apps.tar.gz index b25e680..35767d4 100644 Binary files a/dist/antd_web_apps.tar.gz and b/dist/antd_web_apps.tar.gz differ diff --git a/os/libs/common.lua b/os/libs/common.lua index bb3f031..adbeaf9 100644 --- a/os/libs/common.lua +++ b/os/libs/common.lua @@ -51,7 +51,7 @@ function is_auth() SESSION.user = data[1].username local f = io.open(TUNNEL_KEYCHAIN, "w") if f then - f:write(sessionid) + f:write(sessionid..SESSION.user) f:close() end return true