mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-07 02:21:27 +03:00
fix http logging spam, and login loop
This commit is contained in:
@@ -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?
|
||||
},
|
||||
});
|
Reference in New Issue
Block a user