Skip to content

Commit 0f5e0e9

Browse files
committed
I HATE THE TRACKER SO MUCH
1 parent 7677330 commit 0f5e0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/tracker/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ async function loginToTracker(): Promise<void> {
231231
});
232232

233233
// If we're not being redirected or there's no session token, the login failed.
234-
if (resp2.statusCode !== 302 || (resp2.cookies && !resp2.cookies.sessionid)) {
234+
if (resp2.statusCode !== 302 || (resp2.cookies && !resp2.cookies.tracker_session)) {
235235
throw new Error('Log in was unsuccessful, is your username/password correct?');
236236
}
237237

0 commit comments

Comments
 (0)