mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-24 23:14:05 +00:00
Remove dangerous logging
This commit is contained in:
@@ -126,8 +126,6 @@ export async function login(
|
||||
await createSession(token, existingUser.userId);
|
||||
const cookie = serializeSessionCookie(token);
|
||||
|
||||
logger.debug(cookie);
|
||||
|
||||
res.appendHeader("Set-Cookie", cookie);
|
||||
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user