Skip to content

Commit f3e1c82

Browse files
Merge pull request #190 from Speedrunyourknowledge/develop
Update auth.ts
2 parents c894b95 + 910d460 commit f3e1c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

calc-backend/src/lib/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const auth = betterAuth({
2525
verification: {
2626
modelName: "verification",
2727
fields: {
28-
_id: "id",
28+
id: "id",
2929
identifier: "identifier",
3030
value: "value",
3131
expiresAt: "expires_at",

0 commit comments

Comments
 (0)