-
This commit is contained in:
parent
5e537eee50
commit
afe68fee9f
@ -89,7 +89,7 @@
|
||||
const currentLocation = window.location;
|
||||
console.log("dziala");
|
||||
// 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);
|
||||
|
||||
// przekierowanie na nowy URL
|
||||
|
Loading…
Reference in New Issue
Block a user