Skip to content

Commit 4df0187

Browse files
ComputerEliteComputerElite
authored andcommitted
D:
1 parent 759077a commit 4df0187

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

WebServer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public class QAVSWebViewClient : WebViewClient
3535
// Grab token
3636
public override void OnPageFinished(WebView view, string url)
3737
{
38+
CookieManager.Instance.Flush();
3839
Logger.Log(url);
3940
if (url.Split("?")[0].Contains("oculus.com"))
4041
{

0 commit comments

Comments
 (0)