mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-09 05:58:17 +02:00
Pull in the destination from the api
This commit is contained in:
@@ -223,9 +223,9 @@ export default function RdpClient({
|
||||
);
|
||||
}
|
||||
|
||||
const destination = target
|
||||
? `${target.ip}:${target.port}`
|
||||
: "";
|
||||
const destination = target ? `${target.ip}:${target.port}` : "";
|
||||
|
||||
console.log("Starting RDP session with destination:", destination);
|
||||
|
||||
const builder = userInteraction
|
||||
.configBuilder()
|
||||
|
||||
Reference in New Issue
Block a user