Skip to content

Commit

Permalink
Change to oc_www_at
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerElite authored and ComputerElite committed Sep 23, 2023
1 parent e227aa2 commit 617a70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuestAppVersionSwitcher/QAVSWebViewClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public override void OnPageFinished(WebView view, string url)
string[] cookies = cookie.Split(';');
foreach (string c in cookies)
{
if (c.Contains("oc_ac_at"))
if (c.Contains("oc_www_at"))
{
string token = c.Split('=')[1];
if (token.Length > 15)
Expand Down

0 comments on commit 617a70b

Please sign in to comment.