-
This commit is contained in:
parent
5e537eee50
commit
afe68fee9f
@ -89,7 +89,7 @@
|
|||||||
const currentLocation = window.location;
|
const currentLocation = window.location;
|
||||||
console.log("dziala");
|
console.log("dziala");
|
||||||
// budowanie nowego URL
|
// budowanie nowego URL
|
||||||
const newUrl = currentLocation.protocol + '//' + currentLocation.hostname + ':' + ssh_port + "/?hostname="+ipvpn+"&username="+username+"&password="+btoa(password);
|
const newUrl = currentLocation.protocol + '//' + currentLocation.hostname + ':' + {{ ssh_port }} + "/?hostname="+ipvpn+"&username="+username+"&password="+btoa(password);
|
||||||
console.log(newUrl);
|
console.log(newUrl);
|
||||||
|
|
||||||
// przekierowanie na nowy URL
|
// przekierowanie na nowy URL
|
||||||
|
Loading…
Reference in New Issue
Block a user