Skip to content

Commit 69a239c

Browse files
committed
[Hotfix] Missing equals signs in cookie value (apparently I hit 'undo' a bit too much)
1 parent 6868568 commit 69a239c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

popup/cookies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ async function grabCookies(cookieStoreId) {
142142
*/
143143
const config = {
144144
username: 'u' + authId,
145-
cookie: `auth_id=${authId}; sess=${sess}; auth_hash=; auth_uniq_${authId}; auth_uid_${authId};`,
145+
cookie: `auth_id=${authId}; sess=${sess}; auth_hash=; auth_uniq_${authId}=; auth_uid_${authId}=;`,
146146
// TODO: Still need to handle this better...
147147
user_agent: navigator.userAgent,
148148
support_2fa: true,

0 commit comments

Comments
 (0)