mirror of https://github.com/buster-so/buster.git
Update route.ts
This commit is contained in:
parent
a5da46f06c
commit
fcaaddef5d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue