diff --git a/server/routes/oauth-callback/github.ts b/server/routes/oauth-callback/github.ts index 2f81dd7..896c58e 100644 --- a/server/routes/oauth-callback/github.ts +++ b/server/routes/oauth-callback/github.ts @@ -34,6 +34,7 @@ export default defineEventHandler(async (event) => { ) const token = response.access_token + console.log(token) const userInfo: { id: number name: string