v0.4.5: 修复双重解密/配置key/版本号同步/buil+ssh脚本
This commit is contained in:
@@ -222,7 +222,8 @@ export async function testCloudConnection(id: number): Promise<{
|
||||
return { success: false, message: 'Cookie not configured' };
|
||||
}
|
||||
|
||||
const cookie = decryptCookie(config.cookie);
|
||||
// config.cookie is already decrypted by getCloudConfigById
|
||||
const cookie = config.cookie;
|
||||
|
||||
try {
|
||||
let valid = false;
|
||||
|
||||
Reference in New Issue
Block a user