From fcaaddef5da29ecc9da74a4baf5aae3a1b1e45fa Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Fri, 18 Apr 2025 09:18:07 -0600 Subject: [PATCH] Update route.ts --- web/src/app/auth/callback/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/app/auth/callback/route.ts b/web/src/app/auth/callback/route.ts index 41018a234..0745038d6 100644 --- a/web/src/app/auth/callback/route.ts +++ b/web/src/app/auth/callback/route.ts @@ -25,7 +25,7 @@ export async function GET(request: Request) { } } - console.error('ERROR EXCHANGING CODE FOR SESSION', { error }); + console.error('ERROR EXCHANGING CODE FOR SESSION :(', { error }); } // return the user to an error page with instructions