Skip to content

Commit 617a70b

Browse files
ComputerEliteComputerElite
authored andcommitted
Change to oc_www_at
1 parent e227aa2 commit 617a70b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

QuestAppVersionSwitcher/QAVSWebViewClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public override void OnPageFinished(WebView view, string url)
3939
string[] cookies = cookie.Split(';');
4040
foreach (string c in cookies)
4141
{
42-
if (c.Contains("oc_ac_at"))
42+
if (c.Contains("oc_www_at"))
4343
{
4444
string token = c.Split('=')[1];
4545
if (token.Length > 15)

0 commit comments

Comments
 (0)