This commit is contained in:
fred 2023-04-03 17:53:08 +02:00
parent acc3c79417
commit f7a413ce36
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ TODO:
console.log(cookies);
let salt = prompt("Secret 1");
let pepper = prompt("Secret 2");
let resultUt = 'http://astroport.localhost:1234/?salt=' + salt + 'pepper=' + pepper + '&friend=_G1PUB_';
let resultUt = 'http://astroport.localhost:1234/?salt=' + salt + '&pepper=' + pepper + '&friend=_G1PUB_';
console.log(resultUt)
homeAstroportStation( resultUt,'aframe', 4000)
}