fix: Don't log SID (!) SECURITY

This commit is contained in:
jamesread 2025-10-25 00:20:35 +01:00
parent c9ff4d1a68
commit 956e74a6b3
1 changed files with 0 additions and 1 deletions

View File

@ -145,7 +145,6 @@ func (api *oliveTinAPI) LocalUserLogin(ctx ctx.Context, req *connect.Request[api
log.WithFields(log.Fields{
"username": user.Username,
"sid": sid,
}).Info("LocalUserLogin: Session created and registered")
// Set the authentication cookie in the response headers