mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-16 06:08:15 +00:00
Fix some settings on WebControl implementation.
This commit is contained in:
@ -62,7 +62,7 @@ namespace WebUIWrapper
|
||||
this.Close();
|
||||
return;
|
||||
}
|
||||
webContainer.Url = new System.Uri("http://127.0.0.1:" + port.ToString() + "/index.html?authToken=" + authToken);
|
||||
webContainer.Navigate("http://127.0.0.1:" + port.ToString() + "/index.html?authToken=" + authToken);
|
||||
}
|
||||
catch
|
||||
{
|
||||
|
Reference in New Issue
Block a user