mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Change the cookie we look at as a temporary fix for the updates to Nexus Mods
This commit is contained in:
parent
1cec66d6fe
commit
772cc8cb85
@ -36,7 +36,7 @@ public class NexusLoginHandler : BrowserWindowViewModel
|
||||
while (true)
|
||||
{
|
||||
cookies = await GetCookies("nexusmods.com", token);
|
||||
if (cookies.Any(c => c.Name == "member_id"))
|
||||
if (cookies.Any(c => c.Name.Contains("SessionUser")))
|
||||
break;
|
||||
|
||||
token.ThrowIfCancellationRequested();
|
||||
|
Loading…
Reference in New Issue
Block a user