diff --git a/src/Login.ts b/src/Login.ts
index efb6b500f..0af304a44 100644
--- a/src/Login.ts
+++ b/src/Login.ts
@@ -80,6 +80,10 @@ export async function handleLogin () {
// TODO: better error, make link clickable, etc.
subtabElement.textContent = 'Login is not available here, go to https://synergism.cc instead!'
} else if (document.cookie.length) {
+ if (!member) {
+ console.log(response, globalBonus, member, personalBonus, document.cookie)
+ }
+
currentBonus.textContent +=
` You also receive an extra ${personalBonus}% bonus for being a Patreon member and/or boosting the Discord server! Multiplicative with global bonus!`
@@ -148,17 +152,13 @@ export async function handleLogin () {
} else {
// User is not logged in
subtabElement.innerHTML = `
-
-
-