fix http logging spam, and login loop

This commit is contained in:
Isaac
2022-09-07 22:15:46 +01:00
parent be0795cde0
commit 98c6f7a445
3 changed files with 14 additions and 4 deletions

View File

@@ -23,6 +23,8 @@ module.exports.get = () => ({
sameSite: true,
secure: false,
})
.redirect('/settings');
// .redirect('/settings')
.type('text/html')
.send('<a href="/settings">/settings</a>'); // temp fix: redirecting causes weird discord<->callback loop, probably caching?
},
});