mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-07 13:31:45 -07:00
Fix some settings on WebControl implementation.
This commit is contained in:
parent
257187a284
commit
c1e5c1c710
2 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue