mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
fix: remove console.log that leaks API key in token exchange endpoint (#2589)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a2dae4b60c
commit
b43e9ba648
1 changed files with 0 additions and 2 deletions
|
|
@ -55,8 +55,6 @@ export async function POST(request: NextRequest) {
|
|||
)
|
||||
}
|
||||
|
||||
console.log("Token exchange successful, access_token length:", result.accessToken?.length)
|
||||
console.log("API key being returned:", result.accessToken)
|
||||
console.log("=== Token Exchange Request Completed Successfully ===")
|
||||
|
||||
return NextResponse.json({
|
||||
|
|
|
|||
Loading…
Reference in a new issue