fix: oauth failing when using drizzle adapter (#1563)

This commit is contained in:
Leonardo E. Dominguez
2025-02-24 19:53:24 +03:00
committed by GitHub
parent 5812195479
commit 8a820898e8
@@ -802,7 +802,7 @@ export const createInternalAdapter = (
where: [
{
field: "expiresAt",
value: new Date().toISOString(),
value: new Date(),
operator: "lt",
},
],