We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759077a commit 4df0187Copy full SHA for 4df0187
1 file changed
WebServer.cs
@@ -35,6 +35,7 @@ public class QAVSWebViewClient : WebViewClient
35
// Grab token
36
public override void OnPageFinished(WebView view, string url)
37
{
38
+ CookieManager.Instance.Flush();
39
Logger.Log(url);
40
if (url.Split("?")[0].Contains("oculus.com"))
41
0 commit comments