fix: Don't log SID (!) SECURITY
This commit is contained in:
parent
c9ff4d1a68
commit
956e74a6b3
|
|
@ -145,7 +145,6 @@ func (api *oliveTinAPI) LocalUserLogin(ctx ctx.Context, req *connect.Request[api
|
||||||
|
|
||||||
log.WithFields(log.Fields{
|
log.WithFields(log.Fields{
|
||||||
"username": user.Username,
|
"username": user.Username,
|
||||||
"sid": sid,
|
|
||||||
}).Info("LocalUserLogin: Session created and registered")
|
}).Info("LocalUserLogin: Session created and registered")
|
||||||
|
|
||||||
// Set the authentication cookie in the response headers
|
// Set the authentication cookie in the response headers
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue