Fix tailscale regression
This commit is contained in:
parent
2f4a22a659
commit
9d841e48a4
@ -6,8 +6,8 @@ let controlUrl = undefined;
|
|||||||
if(browser)
|
if(browser)
|
||||||
{
|
{
|
||||||
let params = new URLSearchParams("?"+window.location.hash.substr(1));
|
let params = new URLSearchParams("?"+window.location.hash.substr(1));
|
||||||
authKey = params.get("authKey");
|
authKey = params.get("authKey") || undefined;
|
||||||
controlUrl = params.get("controlUrl");
|
controlUrl = params.get("controlUrl") || undefined;
|
||||||
}
|
}
|
||||||
let dashboardUrl = controlUrl ? null : "https://login.tailscale.com/admin/machines";
|
let dashboardUrl = controlUrl ? null : "https://login.tailscale.com/admin/machines";
|
||||||
let resolveLogin = null;
|
let resolveLogin = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user