remove console.logs

This commit is contained in:
Torben Haack
2024-11-22 11:22:57 +01:00
parent 4a9131a562
commit fcb6d135ee
2 changed files with 0 additions and 3 deletions

View File

@@ -91,7 +91,6 @@ export async function GET(request: Request): Promise<Response> {
},
});
} catch (e) {
console.log(e);
// the specific error message depends on the provider
if (e instanceof OAuth2RequestError) {
// invalid code