chore: remove debug line

This commit is contained in:
Stavros
2026-04-07 18:28:28 +03:00
parent e451b3d62f
commit 482b3c6b57

View File

@@ -309,7 +309,6 @@ func (controller *OIDCController) Token(c *gin.Context) {
return return
} }
tlog.App.Debug().Str("challenge", entry.CodeChallenge).Str("verifier", req.CodeVerifier).Msg("Validating PKCE")
ok := controller.oidc.ValidatePKCE(entry.CodeChallenge, req.CodeVerifier) ok := controller.oidc.ValidatePKCE(entry.CodeChallenge, req.CodeVerifier)
if !ok { if !ok {