Update route.ts

This commit is contained in:
Nate Kelley 2025-04-18 09:18:07 -06:00
parent a5da46f06c
commit fcaaddef5d
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -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