Skip to content

Commit af9f0c9

Browse files
committed
fixup!
1 parent 37da888 commit af9f0c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Login.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export async function handleLogin () {
9696
if (location.hostname !== 'synergism.cc') {
9797
// TODO: better error, make link clickable, etc.
9898
subtabElement.textContent = 'Login is not available here, go to https://synergism.cc instead!'
99-
} else if (parseDocumentCookie().id) {
99+
} else if (parseDocumentCookie().id || parseDocumentCookie().patreonId) {
100100
if (!member) {
101101
console.log(response, globalBonus, member, personalBonus, document.cookie)
102102
}

0 commit comments

Comments
 (0)